#C0453C

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

Shades of Grenadier #C0453C

Tints of Grenadier #C0453C

Color information

#C0453C (or 0xC0453C) is unknown color: approx Grenadier. HEX triplet: C0, 45 and 3C. RGB value is (192,69,60). Sum of RGB (Red+Green+Blue) = 192+69+60=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0453C is #3FBAC3. Grayscale: #686868. Windows color (decimal): -4176580 or 3950016. OLE color: 3950016.

HSL color Cylindrical-coordinate representation of color #C0453C: hue angle of 4.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0453C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1926960-
CMYK00.640.690.25
HSL4.09º52.38%49.41%-
HSV(B)4.09º68.75%75.29%-
XYZ24.6815.796.02-
YUV104.75102.75190.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=59.81%
G=21.50%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192696000.640.690.254.0952.3849.41
HexC0453C040451943431
Octal3001057401001053146461
Binary11000000100010111110001000000100010111001100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0453C; }

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

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

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

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

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

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

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

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