#CB3540

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

Shades of Brick Red #CB3540

Tints of Brick Red #CB3540

Color information

#CB3540 (or 0xCB3540) is unknown color: approx Brick Red. HEX triplet: CB, 35 and 40. RGB value is (203,53,64). Sum of RGB (Red+Green+Blue) = 203+53+64=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3540 is #34CABF. Grayscale: #636363. Windows color (decimal): -3459776 or 4208075. OLE color: 4208075.

HSL color Cylindrical-coordinate representation of color #CB3540: hue angle of 355.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3540 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB2035364-
CMYK00.740.680.20
HSL355.6º59.06%50.2%-
HSV(B)355.6º73.89%79.61%-
XYZ26.8315.616.45-
YUV99.1108.2202.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.44%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 64 (25.39% from 255) = 20%
R=63.44%
G=16.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203536400.740.680.20355.659.0650.2
HexCB354004A44141643b32
Octal313651000112104245447362
Binary11001011110101100000001001010100010010100101100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3540; }

 p { color: rgb(203,53,64); }

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

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

 a { background-color: rgb(203,53,64); }

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

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

 span { border-color: rgb(203,53,64); }

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