Html Css Color HEX #C44D3A Grenadier

📋 copy color: '#C44D3A'

red 196 ◦ green 77 ◦ blue 58

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

Shades of Grenadier #C44D3A

Tints of Grenadier #C44D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 59.21%
G = 23.26%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C44D3A (or 0xC44D3A) is known color: Grenadier. HEX triplet: C4, 4D and 3A. RGB value is (196,77,58). Sum of RGB (Red+Green+Blue) = 196+77+58=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D3A is #3BB2C5. Grayscale: #6E6E6E. Windows color (decimal): -3912390 or 3820996. OLE color: 3820996.

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

Color convert

RGB 196 77 58 -
CMYK 0 0.61 0.70 0.23
HSL 8.26º 0.54% 0.5% -
HSV(B) 8.26º 0.7% 0.77% -
XYZ 26.18 17.35 5.97 -
YUV 110.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 196 77 58 0 0.61 0.70 0.23 8.26 0.54 0.5
Hex C4 4D 3A 0 3D 46 17 8 36 32
Octal 304 115 72 0 75 106 27 10 66 62
Binary 11000100 1001101 111010 0 111101 1000110 10111 1000 110110 110010

Color Harmonies of #C44D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D3A

Black with #C44D3A

Text Example


Text Example

White with #C44D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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