Html Css Color HEX #C3503E Grenadier

📋 copy color: '#C3503E'

red 195 ◦ green 80 ◦ blue 62

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

Shades of Grenadier #C3503E

Tints of Grenadier #C3503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

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

R = 57.86%
G = 23.74%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3503E (or 0xC3503E) is known color: Grenadier. HEX triplet: C3, 50 and 3E. RGB value is (195,80,62). Sum of RGB (Red+Green+Blue) = 195+80+62=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3503E is #3CAFC1. Grayscale: #707070. Windows color (decimal): -3977154 or 4083907. OLE color: 4083907.

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

Color convert

RGB 195 80 62 -
CMYK 0 0.59 0.68 0.24
HSL 8.12º 0.53% 0.5% -
HSV(B) 8.12º 0.68% 0.76% -
XYZ 26.24 17.69 6.59 -
YUV 112.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 195 80 62 0 0.59 0.68 0.24 8.12 0.53 0.5
Hex C3 50 3E 0 3B 44 18 8 35 32
Octal 303 120 76 0 73 104 30 10 65 62
Binary 11000011 1010000 111110 0 111011 1000100 11000 1000 110101 110010

Color Harmonies of #C3503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3503E

Black with #C3503E

Text Example


Text Example

White with #C3503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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