Html Css Color HEX #C44A34 Grenadier

📋 copy color: '#C44A34'

red 196 ◦ green 74 ◦ blue 52

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

Shades of Grenadier #C44A34

Tints of Grenadier #C44A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 60.87%
G = 22.98%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C44A34 (or 0xC44A34) is known color: Grenadier. HEX triplet: C4, 4A and 34. RGB value is (196,74,52). Sum of RGB (Red+Green+Blue) = 196+74+52=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A34 is #3BB5CB. Grayscale: #6C6C6C. Windows color (decimal): -3913164 or 3427012. OLE color: 3427012.

HSL color Cylindrical-coordinate representation of color #C44A34: hue angle of 9.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C44A34 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 74 52 -
CMYK 0 0.62 0.73 0.23
HSL 9.17º 0.58% 0.49% -
HSV(B) 9.17º 0.73% 0.77% -
XYZ 25.83 16.88 5.15 -
YUV 107.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 196 74 52 0 0.62 0.73 0.23 9.17 0.58 0.49
Hex C4 4A 34 0 3E 49 17 9 3A 31
Octal 304 112 64 0 76 111 27 11 72 61
Binary 11000100 1001010 110100 0 111110 1001001 10111 1001 111010 110001

Color Harmonies of #C44A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A34

Black with #C44A34

Text Example


Text Example

White with #C44A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A34; }

 p { color: rgb(196,74,52); }

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

background-color css

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

 a { background-color: rgb(196,74,52); }

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

border-color css

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

 span { border-color: rgb(196,74,52); }

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