Html Css Color HEX #C0422D Grenadier

📋 copy color: '#C0422D'

red 192 ◦ green 66 ◦ blue 45

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

Shades of Grenadier #C0422D

Tints of Grenadier #C0422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 63.37%
G = 21.78%
B = 14.85%

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

#C0422D (or 0xC0422D) is known color: Grenadier. HEX triplet: C0, 42 and 2D. RGB value is (192,66,45). Sum of RGB (Red+Green+Blue) = 192+66+45=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0422D is #3FBDD2. Grayscale: #656565. Windows color (decimal): -4177363 or 2966208. OLE color: 2966208.

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

Color convert

RGB 192 66 45 -
CMYK 0 0.66 0.77 0.25
HSL 8.57º 0.62% 0.46% -
HSV(B) 8.57º 0.77% 0.75% -
XYZ 24.16 15.29 4.16 -
YUV 101.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 192 66 45 0 0.66 0.77 0.25 8.57 0.62 0.46
Hex C0 42 2D 0 42 4D 19 9 3E 2E
Octal 300 102 55 0 102 115 31 11 76 56
Binary 11000000 1000010 101101 0 1000010 1001101 11001 1001 111110 101110

Color Harmonies of #C0422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0422D

Black with #C0422D

Text Example


Text Example

White with #C0422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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