Html Css Color HEX #C0462F Grenadier

📋 copy color: '#C0462F'

red 192 ◦ green 70 ◦ blue 47

#C0462F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #C0462F

Tints of Grenadier #C0462F

RGB

 RED value IS 192 (75.39% from 255) = 62.14%

 GREEN value IS 70 (27.73% from 255) = 22.65%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 62.14%
G = 22.65%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0462F (or 0xC0462F) is known color: Grenadier. HEX triplet: C0, 46 and 2F. RGB value is (192,70,47). Sum of RGB (Red+Green+Blue) = 192+70+47=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0462F is #3FB9D0. Grayscale: #686868. Windows color (decimal): -4176337 or 3098304. OLE color: 3098304.

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

Color convert

RGB 192 70 47 -
CMYK 0 0.64 0.76 0.25
HSL 9.52º 0.61% 0.47% -
HSV(B) 9.52º 0.76% 0.75% -
XYZ 24.44 15.79 4.45 -
YUV 103.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 192 70 47 0 0.64 0.76 0.25 9.52 0.61 0.47
Hex C0 46 2F 0 40 4C 19 A 3D 2F
Octal 300 106 57 0 100 114 31 12 75 57
Binary 11000000 1000110 101111 0 1000000 1001100 11001 1010 111101 101111

Color Harmonies of #C0462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0462F

Black with #C0462F

Text Example


Text Example

White with #C0462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0462F; }

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

 H1.HeaderClassName
 {
   color: #C0462F;
 }
 .AnyTagClassName
 {
   color: #C0462F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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