Html Css Color HEX #C44035 Grenadier

📋 copy color: '#C44035'

red 196 ◦ green 64 ◦ blue 53

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

Shades of Grenadier #C44035

Tints of Grenadier #C44035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 62.62%
G = 20.45%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C44035 (or 0xC44035) is known color: Grenadier. HEX triplet: C4, 40 and 35. RGB value is (196,64,53). Sum of RGB (Red+Green+Blue) = 196+64+53=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C44035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44035 is #3BBFCA. Grayscale: #666666. Windows color (decimal): -3915723 or 3489988. OLE color: 3489988.

HSL color Cylindrical-coordinate representation of color #C44035: hue angle of 4.62º degrees, saturation: 0.57, 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 #C44035 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 53 -
CMYK 0 0.67 0.73 0.23
HSL 4.62º 0.57% 0.49% -
HSV(B) 4.62º 0.73% 0.77% -
XYZ 25.24 15.66 5.06 -
YUV 102.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 196 64 53 0 0.67 0.73 0.23 4.62 0.57 0.49
Hex C4 40 35 0 43 49 17 5 39 31
Octal 304 100 65 0 103 111 27 5 71 61
Binary 11000100 1000000 110101 0 1000011 1001001 10111 101 111001 110001

Color Harmonies of #C44035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44035

Black with #C44035

Text Example


Text Example

White with #C44035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44035; }

 p { color: rgb(196,64,53); }

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

background-color css

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

 a { background-color: rgb(196,64,53); }

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

border-color css

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

 span { border-color: rgb(196,64,53); }

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