#CB3E4D

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

Shades of Brick Red #CB3E4D

Tints of Brick Red #CB3E4D

Color information

#CB3E4D (or 0xCB3E4D) is unknown color: approx Brick Red. HEX triplet: CB, 3E and 4D. RGB value is (203,62,77). Sum of RGB (Red+Green+Blue) = 203+62+77=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E4D is #34C1B2. Grayscale: #696969. Windows color (decimal): -3457459 or 5062347. OLE color: 5062347.

HSL color Cylindrical-coordinate representation of color #CB3E4D: hue angle of 353.62º 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 #CB3E4D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB2036277-
CMYK00.690.620.20
HSL353.62º57.55%51.96%-
HSV(B)353.62º69.46%79.61%-
XYZ27.6916.688.78-
YUV105.87111.71197.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.36%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=59.36%
G=18.13%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203627700.690.620.20353.6257.5551.96
HexCB3E4D0453E141623a34
Octal31376115010576245427264
Binary1100101111111010011010100010111111010100101100010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3E4D; }

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

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

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

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

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

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

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

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