Html Css Color HEX #C4513A Grenadier

📋 copy color: '#C4513A'

red 196 ◦ green 81 ◦ blue 58

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

Shades of Grenadier #C4513A

Tints of Grenadier #C4513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

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

R = 58.51%
G = 24.18%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4513A (or 0xC4513A) is known color: Grenadier. HEX triplet: C4, 51 and 3A. RGB value is (196,81,58). Sum of RGB (Red+Green+Blue) = 196+81+58=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4513A is #3BAEC5. Grayscale: #707070. Windows color (decimal): -3911366 or 3822020. OLE color: 3822020.

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

Color convert

RGB 196 81 58 -
CMYK 0 0.59 0.70 0.23
HSL 10º 0.54% 0.5% -
HSV(B) 10º 0.7% 0.77% -
XYZ 26.47 17.93 6.07 -
YUV 112.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 196 81 58 0 0.59 0.70 0.23 10 0.54 0.5
Hex C4 51 3A 0 3B 46 17 A 36 32
Octal 304 121 72 0 73 106 27 12 66 62
Binary 11000100 1010001 111010 0 111011 1000110 10111 1010 110110 110010

Color Harmonies of #C4513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4513A

Black with #C4513A

Text Example


Text Example

White with #C4513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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