#C2473B

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

Shades of Grenadier #C2473B

Tints of Grenadier #C2473B

Color information

#C2473B (or 0xC2473B) is unknown color: approx Grenadier. HEX triplet: C2, 47 and 3B. RGB value is (194,71,59). Sum of RGB (Red+Green+Blue) = 194+71+59=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2473B is #3DB8C4. Grayscale: #6A6A6A. Windows color (decimal): -4044997 or 3884994. OLE color: 3884994.

HSL color Cylindrical-coordinate representation of color #C2473B: hue angle of 5.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2473B is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1947159-
CMYK00.630.700.24
HSL5.33º53.36%49.61%-
HSV(B)5.33º69.59%76.08%-
XYZ25.2916.295.95-
YUV106.41101.25190.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.88%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=59.88%
G=21.91%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194715900.630.700.245.3353.3649.61
HexC2473B03F461853532
Octal302107730771063056562
Binary1100001010001111110110111111100011011000101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2473B; }

 p { color: rgb(194,71,59); }

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

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

 a { background-color: rgb(194,71,59); }

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

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

 span { border-color: rgb(194,71,59); }

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