Html Css Color HEX #C0422C Grenadier

📋 copy color: '#C0422C'

red 192 ◦ green 66 ◦ blue 44

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

Shades of Grenadier #C0422C

Tints of Grenadier #C0422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 63.58%
G = 21.85%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0422C (or 0xC0422C) is known color: Grenadier. HEX triplet: C0, 42 and 2C. RGB value is (192,66,44). Sum of RGB (Red+Green+Blue) = 192+66+44=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0422C is #3FBDD3. Grayscale: #656565. Windows color (decimal): -4177364 or 2900672. OLE color: 2900672.

HSL color Cylindrical-coordinate representation of color #C0422C: hue angle of 8.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0422C is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 44 -
CMYK 0 0.66 0.77 0.25
HSL 8.92º 0.63% 0.46% -
HSV(B) 8.92º 0.77% 0.75% -
XYZ 24.14 15.28 4.06 -
YUV 101.17 95.74 192.79 -
System Red Green Blue C M Y K H S L
Decimal 192 66 44 0 0.66 0.77 0.25 8.92 0.63 0.46
Hex C0 42 2C 0 42 4D 19 9 3F 2E
Octal 300 102 54 0 102 115 31 11 77 56
Binary 11000000 1000010 101100 0 1000010 1001101 11001 1001 111111 101110

Color Harmonies of #C0422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0422C

Black with #C0422C

Text Example


Text Example

White with #C0422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0422C; }

 p { color: rgb(192,66,44); }

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

background-color css

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

 a { background-color: rgb(192,66,44); }

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

border-color css

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

 span { border-color: rgb(192,66,44); }

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