Html Css Color HEX #C44B37 Grenadier

📋 copy color: '#C44B37'

red 196 ◦ green 75 ◦ blue 55

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

Shades of Grenadier #C44B37

Tints of Grenadier #C44B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 60.12%
G = 23.01%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C44B37 (or 0xC44B37) is known color: Grenadier. HEX triplet: C4, 4B and 37. RGB value is (196,75,55). Sum of RGB (Red+Green+Blue) = 196+75+55=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44B37 is #3BB4C8. Grayscale: #6D6D6D. Windows color (decimal): -3912905 or 3623876. OLE color: 3623876.

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

Color convert

RGB 196 75 55 -
CMYK 0 0.62 0.72 0.23
HSL 8.51º 0.56% 0.49% -
HSV(B) 8.51º 0.72% 0.77% -
XYZ 25.97 17.04 5.54 -
YUV 108.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 196 75 55 0 0.62 0.72 0.23 8.51 0.56 0.49
Hex C4 4B 37 0 3E 48 17 9 38 31
Octal 304 113 67 0 76 110 27 11 70 61
Binary 11000100 1001011 110111 0 111110 1001000 10111 1001 111000 110001

Color Harmonies of #C44B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B37

Black with #C44B37

Text Example


Text Example

White with #C44B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B37; }

 p { color: rgb(196,75,55); }

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

background-color css

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

 a { background-color: rgb(196,75,55); }

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

border-color css

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

 span { border-color: rgb(196,75,55); }

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