Html Css Color HEX #C1503E Grenadier

📋 copy color: '#C1503E'

red 193 ◦ green 80 ◦ blue 62

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

Shades of Grenadier #C1503E

Tints of Grenadier #C1503E

RGB

 RED value IS 193 (75.78% from 255) = 57.61%

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

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

R = 57.61%
G = 23.88%
B = 18.51%

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

#C1503E (or 0xC1503E) is known color: Grenadier. HEX triplet: C1, 50 and 3E. RGB value is (193,80,62). Sum of RGB (Red+Green+Blue) = 193+80+62=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1503E is #3EAFC1. Grayscale: #6F6F6F. Windows color (decimal): -4108226 or 4083905. OLE color: 4083905.

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

Color convert

RGB 193 80 62 -
CMYK 0 0.59 0.68 0.24
HSL 8.24º 0.51% 0.5% -
HSV(B) 8.24º 0.68% 0.76% -
XYZ 25.73 17.42 6.56 -
YUV 111.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 193 80 62 0 0.59 0.68 0.24 8.24 0.51 0.5
Hex C1 50 3E 0 3B 44 18 8 33 32
Octal 301 120 76 0 73 104 30 10 63 62
Binary 11000001 1010000 111110 0 111011 1000100 11000 1000 110011 110010

Color Harmonies of #C1503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1503E

Black with #C1503E

Text Example


Text Example

White with #C1503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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