Html Css Color HEX #C15036 Grenadier

📋 copy color: '#C15036'

red 193 ◦ green 80 ◦ blue 54

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

Shades of Grenadier #C15036

Tints of Grenadier #C15036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.51%

R = 59.02%
G = 24.46%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C15036 (or 0xC15036) is known color: Grenadier. HEX triplet: C1, 50 and 36. RGB value is (193,80,54). Sum of RGB (Red+Green+Blue) = 193+80+54=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C15036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15036 is #3EAFC9. Grayscale: #6F6F6F. Windows color (decimal): -4108234 or 3559617. OLE color: 3559617.

HSL color Cylindrical-coordinate representation of color #C15036: hue angle of 11.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C15036 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 54 -
CMYK 0 0.59 0.72 0.24
HSL 11.22º 0.56% 0.48% -
HSV(B) 11.22º 0.72% 0.76% -
XYZ 25.53 17.34 5.49 -
YUV 110.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 193 80 54 0 0.59 0.72 0.24 11.22 0.56 0.48
Hex C1 50 36 0 3B 48 18 B 38 30
Octal 301 120 66 0 73 110 30 13 70 60
Binary 11000001 1010000 110110 0 111011 1001000 11000 1011 111000 110000

Color Harmonies of #C15036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15036

Black with #C15036

Text Example


Text Example

White with #C15036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15036; }

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

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

background-color css

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

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

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

border-color css

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

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

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