Html Css Color HEX #C44535 Grenadier

📋 copy color: '#C44535'

red 196 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #C44535

Tints of Grenadier #C44535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

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

R = 61.64%
G = 21.7%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C44535 (or 0xC44535) is known color: Grenadier. HEX triplet: C4, 45 and 35. RGB value is (196,69,53). Sum of RGB (Red+Green+Blue) = 196+69+53=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C44535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44535 is #3BBACA. Grayscale: #696969. Windows color (decimal): -3914443 or 3491268. OLE color: 3491268.

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

Color convert

RGB 196 69 53 -
CMYK 0 0.65 0.73 0.23
HSL 6.71º 0.57% 0.49% -
HSV(B) 6.71º 0.73% 0.77% -
XYZ 25.54 16.25 5.16 -
YUV 105.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 196 69 53 0 0.65 0.73 0.23 6.71 0.57 0.49
Hex C4 45 35 0 41 49 17 7 39 31
Octal 304 105 65 0 101 111 27 7 71 61
Binary 11000100 1000101 110101 0 1000001 1001001 10111 111 111001 110001

Color Harmonies of #C44535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44535

Black with #C44535

Text Example


Text Example

White with #C44535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44535; }

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

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

background-color css

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

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

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

border-color css

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

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

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