#CB3447

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

Shades of Brick Red #CB3447

Tints of Brick Red #CB3447

Color information

#CB3447 (or 0xCB3447) is unknown color: approx Brick Red. HEX triplet: CB, 34 and 47. RGB value is (203,52,71). Sum of RGB (Red+Green+Blue) = 203+52+71=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3447 is #34CBB8. Grayscale: #636363. Windows color (decimal): -3460025 or 4666571. OLE color: 4666571.

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

Color convert

RGB2035271-
CMYK00.740.650.20
HSL352.45º59.22%50%-
HSV(B)352.45º74.38%79.61%-
XYZ26.9915.617.55-
YUV99.31112.03201.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.27%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=62.27%
G=15.95%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203527100.740.650.20352.4559.2250
HexCB344704A41141603b32
Octal313641070112101245407362
Binary11001011110100100011101001010100000110100101100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3447; }

 p { color: rgb(203,52,71); }

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

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

 a { background-color: rgb(203,52,71); }

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

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

 span { border-color: rgb(203,52,71); }

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