#C03F35

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

Shades of Grenadier #C03F35

Tints of Grenadier #C03F35

Color information

#C03F35 (or 0xC03F35) is unknown color: approx Grenadier. HEX triplet: C0, 3F and 35. RGB value is (192,63,53). Sum of RGB (Red+Green+Blue) = 192+63+53=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F35 is #3FC0CA. Grayscale: #646464. Windows color (decimal): -4178123 or 3489728. OLE color: 3489728.

HSL color Cylindrical-coordinate representation of color #C03F35: hue angle of 4.32º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03F35 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1926353-
CMYK00.670.720.25
HSL4.32º56.73%48.04%-
HSV(B)4.32º72.4%75.29%-
XYZ24.1615.024.99-
YUV100.43101.24193.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.34%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=62.34%
G=20.45%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192635300.670.720.254.3256.7348.04
HexC03F35043481943930
Octal300776501031103147160
Binary1100000011111111010101000011100100011001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03F35; }

 p { color: rgb(192,63,53); }

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

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

 a { background-color: rgb(192,63,53); }

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

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

 span { border-color: rgb(192,63,53); }

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