Html Css Color HEX #C0492E Grenadier

📋 copy color: '#C0492E'

red 192 ◦ green 73 ◦ blue 46

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

Shades of Grenadier #C0492E

Tints of Grenadier #C0492E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 61.74%
G = 23.47%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0492E (or 0xC0492E) is known color: Grenadier. HEX triplet: C0, 49 and 2E. RGB value is (192,73,46). Sum of RGB (Red+Green+Blue) = 192+73+46=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0492E is #3FB6D1. Grayscale: #696969. Windows color (decimal): -4175570 or 3033536. OLE color: 3033536.

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

Color convert

RGB 192 73 46 -
CMYK 0 0.62 0.76 0.25
HSL 11.1º 0.61% 0.47% -
HSV(B) 11.1º 0.76% 0.75% -
XYZ 24.61 16.17 4.41 -
YUV 105.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 192 73 46 0 0.62 0.76 0.25 11.1 0.61 0.47
Hex C0 49 2E 0 3E 4C 19 B 3D 2F
Octal 300 111 56 0 76 114 31 13 75 57
Binary 11000000 1001001 101110 0 111110 1001100 11001 1011 111101 101111

Color Harmonies of #C0492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0492E

Black with #C0492E

Text Example


Text Example

White with #C0492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0492E; }

 p { color: rgb(192,73,46); }

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

background-color css

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

 a { background-color: rgb(192,73,46); }

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

border-color css

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

 span { border-color: rgb(192,73,46); }

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