#cb2b3e

Color #CB2B3E Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CB2B3E

Tints of Brick Red #CB2B3E

Color information

#CB2B3E (or 0xCB2B3E) is unknown color: approx Brick Red. HEX triplet: CB, 2B and 3E. RGB value is (203,43,62). Sum of RGB (Red+Green+Blue) = 203+43+62=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2B3E is #34D4C1. Grayscale: #5D5D5D. Windows color (decimal): -3462338 or 4074443. OLE color: 4074443.

HSL color Cylindrical-coordinate representation of color #CB2B3E: hue angle of 352.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B3E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2034362-
CMYK00.790.690.20
HSL352.88º65.04%48.24%-
HSV(B)352.88º78.82%79.61%-
XYZ26.3614.776.02-
YUV93.01110.51206.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 65.91%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=65.91%
G=13.96%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203436200.790.690.20352.8865.0448.24
HexCB2B3E04F45141614130
Octal313537601171052454110160
Binary11001011101011111110010011111000101101001011000011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb2b3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb2b3e; }

 p { color: rgb(203,43,62); }

 H1.HeaderClassName
 {
   color: #cb2b3e;
 }
 .AnyTagClassName
 {
   color: #cb2b3e;
 }
</style>
background-color css

<style>
 a { background-color: #cb2b3e; }

 a { background-color: rgb(203,43,62); }

 div.DivClassName
 {
   background-color: #cb2b3e;
 }
 .BgClassName
 {
   background-color: #cb2b3e;
 }
</style>
border-color css

<style>
 span { border-color: #cb2b3e; }

 span { border-color: rgb(203,43,62); }

 td.TdClassName
 {
   border-color: #cb2b3e;
 }
 .TagClassName
 {
   border-color: #cb2b3e;
 }
</style>