Html Css Color HEX #C0422E Grenadier

📋 copy color: '#C0422E'

red 192 ◦ green 66 ◦ blue 46

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

Shades of Grenadier #C0422E

Tints of Grenadier #C0422E

RGB

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

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

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

R = 63.16%
G = 21.71%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0422E (or 0xC0422E) is known color: Grenadier. HEX triplet: C0, 42 and 2E. RGB value is (192,66,46). Sum of RGB (Red+Green+Blue) = 192+66+46=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0422E is #3FBDD1. Grayscale: #656565. Windows color (decimal): -4177362 or 3031744. OLE color: 3031744.

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

Color convert

RGB 192 66 46 -
CMYK 0 0.66 0.76 0.25
HSL 8.22º 0.61% 0.47% -
HSV(B) 8.22º 0.76% 0.75% -
XYZ 24.18 15.3 4.26 -
YUV 101.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 192 66 46 0 0.66 0.76 0.25 8.22 0.61 0.47
Hex C0 42 2E 0 42 4C 19 8 3D 2F
Octal 300 102 56 0 102 114 31 10 75 57
Binary 11000000 1000010 101110 0 1000010 1001100 11001 1000 111101 101111

Color Harmonies of #C0422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0422E

Black with #C0422E

Text Example


Text Example

White with #C0422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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