Html Css Color HEX #C3513E Grenadier

📋 copy color: '#C3513E'

red 195 ◦ green 81 ◦ blue 62

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

Shades of Grenadier #C3513E

Tints of Grenadier #C3513E

RGB

 RED value IS 195 (76.56% from 255) = 57.69%

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

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 57.69%
G = 23.96%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3513E (or 0xC3513E) is known color: Grenadier. HEX triplet: C3, 51 and 3E. RGB value is (195,81,62). Sum of RGB (Red+Green+Blue) = 195+81+62=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3513E is #3CAEC1. Grayscale: #717171. Windows color (decimal): -3976898 or 4084163. OLE color: 4084163.

HSL color Cylindrical-coordinate representation of color #C3513E: hue angle of 8.57º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3513E is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 62 -
CMYK 0 0.58 0.68 0.24
HSL 8.57º 0.53% 0.5% -
HSV(B) 8.57º 0.68% 0.76% -
XYZ 26.32 17.83 6.61 -
YUV 112.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 195 81 62 0 0.58 0.68 0.24 8.57 0.53 0.5
Hex C3 51 3E 0 3A 44 18 9 35 32
Octal 303 121 76 0 72 104 30 11 65 62
Binary 11000011 1010001 111110 0 111010 1000100 11000 1001 110101 110010

Color Harmonies of #C3513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3513E

Black with #C3513E

Text Example


Text Example

White with #C3513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3513E; }

 p { color: rgb(195,81,62); }

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

background-color css

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

 a { background-color: rgb(195,81,62); }

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

border-color css

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

 span { border-color: rgb(195,81,62); }

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