Html Css Color HEX #C44E3A Grenadier

📋 copy color: '#C44E3A'

red 196 ◦ green 78 ◦ blue 58

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

Shades of Grenadier #C44E3A

Tints of Grenadier #C44E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.49%

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

R = 59.04%
G = 23.49%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C44E3A (or 0xC44E3A) is known color: Grenadier. HEX triplet: C4, 4E and 3A. RGB value is (196,78,58). Sum of RGB (Red+Green+Blue) = 196+78+58=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E3A is #3BB1C5. Grayscale: #6F6F6F. Windows color (decimal): -3912134 or 3821252. OLE color: 3821252.

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

Color convert

RGB 196 78 58 -
CMYK 0 0.60 0.70 0.23
HSL 8.7º 0.54% 0.5% -
HSV(B) 8.7º 0.7% 0.77% -
XYZ 26.25 17.49 6 -
YUV 111 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 196 78 58 0 0.60 0.70 0.23 8.7 0.54 0.5
Hex C4 4E 3A 0 3C 46 17 9 36 32
Octal 304 116 72 0 74 106 27 11 66 62
Binary 11000100 1001110 111010 0 111100 1000110 10111 1001 110110 110010

Color Harmonies of #C44E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E3A

Black with #C44E3A

Text Example


Text Example

White with #C44E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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