#CB2C40

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

Shades of Brick Red #CB2C40

Tints of Brick Red #CB2C40

Color information

#CB2C40 (or 0xCB2C40) is unknown color: approx Brick Red. HEX triplet: CB, 2C and 40. RGB value is (203,44,64). Sum of RGB (Red+Green+Blue) = 203+44+64=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C40 is #34D3BF. Grayscale: #5D5D5D. Windows color (decimal): -3462080 or 4205771. OLE color: 4205771.

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

Color convert

RGB2034464-
CMYK00.780.680.20
HSL352.45º64.37%48.43%-
HSV(B)352.45º78.33%79.61%-
XYZ26.4514.876.33-
YUV93.82111.18205.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.27%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=65.27%
G=14.15%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203446400.780.680.20352.4564.3748.43
HexCB2C4004E44141604030
Octal3135410001161042454010060
Binary110010111011001000000010011101000100101001011000001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2C40; }

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

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

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

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

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

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

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

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