#C0452F

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

Shades of Grenadier #C0452F

Tints of Grenadier #C0452F

Color information

#C0452F (or 0xC0452F) is unknown color: approx Grenadier. HEX triplet: C0, 45 and 2F. RGB value is (192,69,47). Sum of RGB (Red+Green+Blue) = 192+69+47=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0452F is #3FBAD0. Grayscale: #676767. Windows color (decimal): -4176593 or 3098048. OLE color: 3098048.

HSL color Cylindrical-coordinate representation of color #C0452F: hue angle of 9.1º 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 #C0452F is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1926947-
CMYK00.640.760.25
HSL9.1º60.67%46.86%-
HSV(B)9.1º75.52%75.29%-
XYZ24.3815.674.43-
YUV103.2796.25191.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.34%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=62.34%
G=22.40%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192694700.640.760.259.160.6746.86
HexC0452F0404C1993d2f
Octal30010557010011431117557
Binary110000001000101101111010000001001100110011001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0452F; }

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

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

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

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

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

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

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

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