#CB4D3E

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

Shades of Grenadier #CB4D3E

Tints of Grenadier #CB4D3E

Color information

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

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

Color convert

RGB2037762-
CMYK00.620.690.20
HSL6.38º57.55%51.96%-
HSV(B)6.38º69.46%79.61%-
XYZ28.1518.356.62-
YUV112.9699.24192.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203776200.620.690.206.3857.5551.96
HexCB4D3E03E451463a34
Octal313115760761052467264
Binary1100101110011011111100111110100010110100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D3E; }

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

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

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

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

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

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

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

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