#CB4B3E

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

Shades of Grenadier #CB4B3E

Tints of Grenadier #CB4B3E

Color information

#CB4B3E (or 0xCB4B3E) is unknown color: approx Grenadier. HEX triplet: CB, 4B and 3E. RGB value is (203,75,62). Sum of RGB (Red+Green+Blue) = 203+75+62=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4B3E is #34B4C1. Grayscale: #6F6F6F. Windows color (decimal): -3454146 or 4082635. OLE color: 4082635.

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

Color convert

RGB2037562-
CMYK00.630.690.20
HSL5.53º57.55%51.96%-
HSV(B)5.53º69.46%79.61%-
XYZ28.0118.086.57-
YUV111.7999.91193.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.71%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=59.71%
G=22.06%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203756200.630.690.205.5357.5551.96
HexCB4B3E03F451463a34
Octal313113760771052467264
Binary1100101110010111111100111111100010110100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B3E; }

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

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

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

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

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

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

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

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