#CB3448

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

Shades of Brick Red #CB3448

Tints of Brick Red #CB3448

Color information

#CB3448 (or 0xCB3448) is unknown color: approx Brick Red. HEX triplet: CB, 34 and 48. RGB value is (203,52,72). Sum of RGB (Red+Green+Blue) = 203+52+72=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3448 is #34CBB7. Grayscale: #636363. Windows color (decimal): -3460024 or 4732107. OLE color: 4732107.

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

Color convert

RGB2035272-
CMYK00.740.650.20
HSL352.05º59.22%50%-
HSV(B)352.05º74.38%79.61%-
XYZ27.0315.627.72-
YUV99.43112.53201.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.08%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=62.08%
G=15.90%
B=22.02%

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
Decimal203527200.740.650.20352.0559.2250
HexCB344804A41141603b32
Octal313641100112101245407362
Binary11001011110100100100001001010100000110100101100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3448; }

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

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

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

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

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

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

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

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