Html Css Color HEX #C0472F Grenadier

📋 copy color: '#C0472F'

red 192 ◦ green 71 ◦ blue 47

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

Shades of Grenadier #C0472F

Tints of Grenadier #C0472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

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

R = 61.94%
G = 22.9%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0472F (or 0xC0472F) is known color: Grenadier. HEX triplet: C0, 47 and 2F. RGB value is (192,71,47). Sum of RGB (Red+Green+Blue) = 192+71+47=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0472F is #3FB8D0. Grayscale: #686868. Windows color (decimal): -4176081 or 3098560. OLE color: 3098560.

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

Color convert

RGB 192 71 47 -
CMYK 0 0.63 0.76 0.25
HSL 9.93º 0.61% 0.47% -
HSV(B) 9.93º 0.76% 0.75% -
XYZ 24.5 15.92 4.47 -
YUV 104.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 192 71 47 0 0.63 0.76 0.25 9.93 0.61 0.47
Hex C0 47 2F 0 3F 4C 19 A 3D 2F
Octal 300 107 57 0 77 114 31 12 75 57
Binary 11000000 1000111 101111 0 111111 1001100 11001 1010 111101 101111

Color Harmonies of #C0472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0472F

Black with #C0472F

Text Example


Text Example

White with #C0472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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