#C0422F

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

Shades of Grenadier #C0422F

Tints of Grenadier #C0422F

Color information

#C0422F (or 0xC0422F) is unknown color: approx Grenadier. HEX triplet: C0, 42 and 2F. RGB value is (192,66,47). Sum of RGB (Red+Green+Blue) = 192+66+47=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0422F is #3FBDD0. Grayscale: #656565. Windows color (decimal): -4177361 or 3097280. OLE color: 3097280.

HSL color Cylindrical-coordinate representation of color #C0422F: hue angle of 7.86º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0422F is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1926647-
CMYK00.660.760.25
HSL7.86º60.67%46.86%-
HSV(B)7.86º75.52%75.29%-
XYZ24.215.314.37-
YUV101.5197.24192.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.95%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=62.95%
G=21.64%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192664700.660.760.257.8660.6746.86
HexC0422F0424C1983d2f
Octal30010257010211431107557
Binary110000001000010101111010000101001100110011000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0422F; }

 p { color: rgb(192,66,47); }

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

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

 a { background-color: rgb(192,66,47); }

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

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

 span { border-color: rgb(192,66,47); }

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