Html Css Color HEX #C44232 Grenadier

📋 copy color: '#C44232'

red 196 ◦ green 66 ◦ blue 50

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

Shades of Grenadier #C44232

Tints of Grenadier #C44232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 62.82%
G = 21.15%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C44232 (or 0xC44232) is known color: Grenadier. HEX triplet: C4, 42 and 32. RGB value is (196,66,50). Sum of RGB (Red+Green+Blue) = 196+66+50=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C44232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44232 is #3BBDCD. Grayscale: #676767. Windows color (decimal): -3915214 or 3293892. OLE color: 3293892.

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

Color convert

RGB 196 66 50 -
CMYK 0 0.66 0.74 0.23
HSL 6.58º 0.59% 0.48% -
HSV(B) 6.58º 0.74% 0.77% -
XYZ 25.29 15.86 4.75 -
YUV 103.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 196 66 50 0 0.66 0.74 0.23 6.58 0.59 0.48
Hex C4 42 32 0 42 4A 17 7 3B 30
Octal 304 102 62 0 102 112 27 7 73 60
Binary 11000100 1000010 110010 0 1000010 1001010 10111 111 111011 110000

Color Harmonies of #C44232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44232

Black with #C44232

Text Example


Text Example

White with #C44232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44232; }

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

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

background-color css

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

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

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

border-color css

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

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

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