Html Css Color HEX #C4413B Grenadier

📋 copy color: '#C4413B'

red 196 ◦ green 65 ◦ blue 59

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

Shades of Grenadier #C4413B

Tints of Grenadier #C4413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 61.25%
G = 20.31%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4413B (or 0xC4413B) is known color: Grenadier. HEX triplet: C4, 41 and 3B. RGB value is (196,65,59). Sum of RGB (Red+Green+Blue) = 196+65+59=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4413B is #3BBEC4. Grayscale: #676767. Windows color (decimal): -3915461 or 3883460. OLE color: 3883460.

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

Color convert

RGB 196 65 59 -
CMYK 0 0.67 0.70 0.23
HSL 2.63º 0.54% 0.5% -
HSV(B) 2.63º 0.7% 0.77% -
XYZ 25.44 15.83 5.85 -
YUV 103.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 196 65 59 0 0.67 0.70 0.23 2.63 0.54 0.5
Hex C4 41 3B 0 43 46 17 3 36 32
Octal 304 101 73 0 103 106 27 3 66 62
Binary 11000100 1000001 111011 0 1000011 1000110 10111 11 110110 110010

Color Harmonies of #C4413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4413B

Black with #C4413B

Text Example


Text Example

White with #C4413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4413B; }

 p { color: rgb(196,65,59); }

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

background-color css

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

 a { background-color: rgb(196,65,59); }

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

border-color css

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

 span { border-color: rgb(196,65,59); }

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