Html Css Color HEX #C5513A Grenadier

📋 copy color: '#C5513A'

red 197 ◦ green 81 ◦ blue 58

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

Shades of Grenadier #C5513A

Tints of Grenadier #C5513A

RGB

 RED value IS 197 (77.34% from 255) = 58.63%

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

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

R = 58.63%
G = 24.11%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5513A (or 0xC5513A) is known color: Grenadier. HEX triplet: C5, 51 and 3A. RGB value is (197,81,58). Sum of RGB (Red+Green+Blue) = 197+81+58=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C5513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5513A is #3AAEC5. Grayscale: #717171. Windows color (decimal): -3845830 or 3822021. OLE color: 3822021.

HSL color Cylindrical-coordinate representation of color #C5513A: hue angle of 9.93º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5513A is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 58 -
CMYK 0 0.59 0.71 0.23
HSL 9.93º 0.55% 0.5% -
HSV(B) 9.93º 0.71% 0.77% -
XYZ 26.73 18.06 6.08 -
YUV 113.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 197 81 58 0 0.59 0.71 0.23 9.93 0.55 0.5
Hex C5 51 3A 0 3B 47 17 A 37 32
Octal 305 121 72 0 73 107 27 12 67 62
Binary 11000101 1010001 111010 0 111011 1000111 10111 1010 110111 110010

Color Harmonies of #C5513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5513A

Black with #C5513A

Text Example


Text Example

White with #C5513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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