Html Css Color HEX #C05136 Grenadier

📋 copy color: '#C05136'

red 192 ◦ green 81 ◦ blue 54

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

Shades of Grenadier #C05136

Tints of Grenadier #C05136

RGB

 RED value IS 192 (75.39% from 255) = 58.72%

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

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

R = 58.72%
G = 24.77%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C05136 (or 0xC05136) is known color: Grenadier. HEX triplet: C0, 51 and 36. RGB value is (192,81,54). Sum of RGB (Red+Green+Blue) = 192+81+54=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C05136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05136 is #3FAEC9. Grayscale: #6F6F6F. Windows color (decimal): -4173514 or 3559872. OLE color: 3559872.

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

Color convert

RGB 192 81 54 -
CMYK 0 0.58 0.72 0.25
HSL 11.74º 0.56% 0.48% -
HSV(B) 11.74º 0.72% 0.75% -
XYZ 25.35 17.36 5.5 -
YUV 111.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 192 81 54 0 0.58 0.72 0.25 11.74 0.56 0.48
Hex C0 51 36 0 3A 48 19 C 38 30
Octal 300 121 66 0 72 110 31 14 70 60
Binary 11000000 1010001 110110 0 111010 1001000 11001 1100 111000 110000

Color Harmonies of #C05136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05136

Black with #C05136

Text Example


Text Example

White with #C05136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05136; }

 p { color: rgb(192,81,54); }

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

background-color css

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

 a { background-color: rgb(192,81,54); }

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

border-color css

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

 span { border-color: rgb(192,81,54); }

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