Html Css Color HEX #C44935 Grenadier

📋 copy color: '#C44935'

red 196 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #C44935

Tints of Grenadier #C44935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 60.87%
G = 22.67%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C44935 (or 0xC44935) is known color: Grenadier. HEX triplet: C4, 49 and 35. RGB value is (196,73,53). Sum of RGB (Red+Green+Blue) = 196+73+53=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C44935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44935 is #3BB6CA. Grayscale: #6B6B6B. Windows color (decimal): -3913419 or 3492292. OLE color: 3492292.

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

Color convert

RGB 196 73 53 -
CMYK 0 0.63 0.73 0.23
HSL 8.39º 0.57% 0.49% -
HSV(B) 8.39º 0.73% 0.77% -
XYZ 25.79 16.76 5.24 -
YUV 107.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 196 73 53 0 0.63 0.73 0.23 8.39 0.57 0.49
Hex C4 49 35 0 3F 49 17 8 39 31
Octal 304 111 65 0 77 111 27 10 71 61
Binary 11000100 1001001 110101 0 111111 1001001 10111 1000 111001 110001

Color Harmonies of #C44935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44935

Black with #C44935

Text Example


Text Example

White with #C44935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44935; }

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

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

background-color css

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

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

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

border-color css

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

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

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