Html Css Color HEX #C44D3C Grenadier

📋 copy color: '#C44D3C'

red 196 ◦ green 77 ◦ blue 60

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

Shades of Grenadier #C44D3C

Tints of Grenadier #C44D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 58.86%
G = 23.12%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C44D3C (or 0xC44D3C) is known color: Grenadier. HEX triplet: C4, 4D and 3C. RGB value is (196,77,60). Sum of RGB (Red+Green+Blue) = 196+77+60=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D3C is #3BB2C3. Grayscale: #6E6E6E. Windows color (decimal): -3912388 or 3952068. OLE color: 3952068.

HSL color Cylindrical-coordinate representation of color #C44D3C: hue angle of 7.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44D3C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 77 60 -
CMYK 0 0.61 0.69 0.23
HSL 7.5º 0.54% 0.5% -
HSV(B) 7.5º 0.69% 0.77% -
XYZ 26.23 17.37 6.24 -
YUV 110.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 196 77 60 0 0.61 0.69 0.23 7.5 0.54 0.5
Hex C4 4D 3C 0 3D 45 17 8 36 32
Octal 304 115 74 0 75 105 27 10 66 62
Binary 11000100 1001101 111100 0 111101 1000101 10111 1000 110110 110010

Color Harmonies of #C44D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D3C

Black with #C44D3C

Text Example


Text Example

White with #C44D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D3C; }

 p { color: rgb(196,77,60); }

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

background-color css

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

 a { background-color: rgb(196,77,60); }

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

border-color css

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

 span { border-color: rgb(196,77,60); }

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