Html Css Color HEX #C4413A Grenadier

📋 copy color: '#C4413A'

red 196 ◦ green 65 ◦ blue 58

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

Shades of Grenadier #C4413A

Tints of Grenadier #C4413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 61.44%
G = 20.38%
B = 18.18%

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

#C4413A (or 0xC4413A) is known color: Grenadier. HEX triplet: C4, 41 and 3A. RGB value is (196,65,58). Sum of RGB (Red+Green+Blue) = 196+65+58=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C4413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4413A is #3BBEC5. Grayscale: #676767. Windows color (decimal): -3915462 or 3817924. OLE color: 3817924.

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

Color convert

RGB 196 65 58 -
CMYK 0 0.67 0.70 0.23
HSL 3.04º 0.54% 0.5% -
HSV(B) 3.04º 0.7% 0.77% -
XYZ 25.42 15.82 5.72 -
YUV 103.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 196 65 58 0 0.67 0.70 0.23 3.04 0.54 0.5
Hex C4 41 3A 0 43 46 17 3 36 32
Octal 304 101 72 0 103 106 27 3 66 62
Binary 11000100 1000001 111010 0 1000011 1000110 10111 11 110110 110010

Color Harmonies of #C4413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4413A

Black with #C4413A

Text Example


Text Example

White with #C4413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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