Html Css Color HEX #C4422D Grenadier

📋 copy color: '#C4422D'

red 196 ◦ green 66 ◦ blue 45

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

Shades of Grenadier #C4422D

Tints of Grenadier #C4422D

RGB

 RED value IS 196 (76.95% from 255) = 63.84%

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

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

R = 63.84%
G = 21.5%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4422D (or 0xC4422D) is known color: Grenadier. HEX triplet: C4, 42 and 2D. RGB value is (196,66,45). Sum of RGB (Red+Green+Blue) = 196+66+45=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4422D is #3BBDD2. Grayscale: #666666. Windows color (decimal): -3915219 or 2966212. OLE color: 2966212.

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

Color convert

RGB 196 66 45 -
CMYK 0 0.66 0.77 0.23
HSL 8.34º 0.63% 0.47% -
HSV(B) 8.34º 0.77% 0.77% -
XYZ 25.19 15.82 4.21 -
YUV 102.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 196 66 45 0 0.66 0.77 0.23 8.34 0.63 0.47
Hex C4 42 2D 0 42 4D 17 8 3F 2F
Octal 304 102 55 0 102 115 27 10 77 57
Binary 11000100 1000010 101101 0 1000010 1001101 10111 1000 111111 101111

Color Harmonies of #C4422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4422D

Black with #C4422D

Text Example


Text Example

White with #C4422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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