#CB4C3F

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

Shades of Grenadier #CB4C3F

Tints of Grenadier #CB4C3F

Color information

#CB4C3F (or 0xCB4C3F) is unknown color: approx Grenadier. HEX triplet: CB, 4C and 3F. RGB value is (203,76,63). Sum of RGB (Red+Green+Blue) = 203+76+63=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4C3F is #34B3C0. Grayscale: #707070. Windows color (decimal): -3453889 or 4148427. OLE color: 4148427.

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

Color convert

RGB2037663-
CMYK00.630.690.20
HSL5.57º57.38%52.16%-
HSV(B)5.57º68.97%79.61%-
XYZ28.1118.226.74-
YUV112.49100.08192.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.36%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 63 (25% from 255) = 18.42%
R=59.36%
G=22.22%
B=18.42%

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
Decimal203766300.630.690.205.5757.3852.16
HexCB4C3F03F451463934
Octal313114770771052467164
Binary1100101110011001111110111111100010110100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4C3F; }

 p { color: rgb(203,76,63); }

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

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

 a { background-color: rgb(203,76,63); }

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

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

 span { border-color: rgb(203,76,63); }

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