#CB453B

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

Shades of Grenadier #CB453B

Tints of Grenadier #CB453B

Color information

#CB453B (or 0xCB453B) is unknown color: approx Grenadier. HEX triplet: CB, 45 and 3B. RGB value is (203,69,59). Sum of RGB (Red+Green+Blue) = 203+69+59=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB453B is #34BAC4. Grayscale: #6C6C6C. Windows color (decimal): -3455685 or 3884491. OLE color: 3884491.

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

Color convert

RGB2036959-
CMYK00.660.710.20
HSL4.17º58.06%51.37%-
HSV(B)4.17º70.94%79.61%-
XYZ27.5517.276.02-
YUV107.93100.39195.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.33%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=61.33%
G=20.85%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203695900.660.710.204.1758.0651.37
HexCB453B042471443a33
Octal3131057301021072447263
Binary11001011100010111101101000010100011110100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB453B; }

 p { color: rgb(203,69,59); }

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

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

 a { background-color: rgb(203,69,59); }

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

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

 span { border-color: rgb(203,69,59); }

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