Html Css Color HEX #C44432 Grenadier

📋 copy color: '#C44432'

red 196 ◦ green 68 ◦ blue 50

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

Shades of Grenadier #C44432

Tints of Grenadier #C44432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

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

R = 62.42%
G = 21.66%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C44432 (or 0xC44432) is known color: Grenadier. HEX triplet: C4, 44 and 32. RGB value is (196,68,50). Sum of RGB (Red+Green+Blue) = 196+68+50=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C44432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44432 is #3BBBCD. Grayscale: #686868. Windows color (decimal): -3914702 or 3294404. OLE color: 3294404.

HSL color Cylindrical-coordinate representation of color #C44432: hue angle of 7.4º 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 #C44432 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 68 50 -
CMYK 0 0.65 0.74 0.23
HSL 7.4º 0.59% 0.48% -
HSV(B) 7.4º 0.74% 0.77% -
XYZ 25.41 16.1 4.79 -
YUV 104.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 196 68 50 0 0.65 0.74 0.23 7.4 0.59 0.48
Hex C4 44 32 0 41 4A 17 7 3B 30
Octal 304 104 62 0 101 112 27 7 73 60
Binary 11000100 1000100 110010 0 1000001 1001010 10111 111 111011 110000

Color Harmonies of #C44432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44432

Black with #C44432

Text Example


Text Example

White with #C44432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44432; }

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

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

background-color css

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

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

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

border-color css

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

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

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