#CC4B3B

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

Shades of Grenadier #CC4B3B

Tints of Grenadier #CC4B3B

Color information

#CC4B3B (or 0xCC4B3B) is unknown color: approx Grenadier. HEX triplet: CC, 4B and 3B. RGB value is (204,75,59). Sum of RGB (Red+Green+Blue) = 204+75+59=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B3B is #33B4C4. Grayscale: #6F6F6F. Windows color (decimal): -3388613 or 3886028. OLE color: 3886028.

HSL color Cylindrical-coordinate representation of color #CC4B3B: hue angle of 6.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC4B3B is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB2047559-
CMYK00.630.710.2
HSL6.62º58.7%51.57%-
HSV(B)6.62º71.08%80%-
XYZ28.2118.196.16-
YUV111.7598.24193.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.36%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=60.36%
G=22.19%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204755900.630.710.26.6258.751.57
HexCC4B3B03F471473b34
Octal314113730771072477364
Binary1100110010010111110110111111100011110100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4B3B; }

 p { color: rgb(204,75,59); }

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

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

 a { background-color: rgb(204,75,59); }

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

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

 span { border-color: rgb(204,75,59); }

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