#CB3E4C

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

Shades of Brick Red #CB3E4C

Tints of Brick Red #CB3E4C

Color information

#CB3E4C (or 0xCB3E4C) is unknown color: approx Brick Red. HEX triplet: CB, 3E and 4C. RGB value is (203,62,76). Sum of RGB (Red+Green+Blue) = 203+62+76=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E4C is #34C1B3. Grayscale: #696969. Windows color (decimal): -3457460 or 4996811. OLE color: 4996811.

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

Color convert

RGB2036276-
CMYK00.690.630.20
HSL354.04º57.55%51.96%-
HSV(B)354.04º69.46%79.61%-
XYZ27.6616.668.6-
YUV105.76111.21197.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.53%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=59.53%
G=18.18%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203627600.690.630.20354.0457.5551.96
HexCB3E4C0453F141623a34
Octal31376114010577245427264
Binary1100101111111010011000100010111111110100101100010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3E4C; }

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

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

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

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

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

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

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

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