Html Css Color HEX #C05139 Grenadier

📋 copy color: '#C05139'

red 192 ◦ green 81 ◦ blue 57

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

Shades of Grenadier #C05139

Tints of Grenadier #C05139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.27%

R = 58.18%
G = 24.55%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C05139 (or 0xC05139) is known color: Grenadier. HEX triplet: C0, 51 and 39. RGB value is (192,81,57). Sum of RGB (Red+Green+Blue) = 192+81+57=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C05139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05139 is #3FAEC6. Grayscale: #6F6F6F. Windows color (decimal): -4173511 or 3756480. OLE color: 3756480.

HSL color Cylindrical-coordinate representation of color #C05139: hue angle of 10.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C05139 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 57 -
CMYK 0 0.58 0.70 0.25
HSL 10.67º 0.54% 0.49% -
HSV(B) 10.67º 0.7% 0.75% -
XYZ 25.42 17.39 5.89 -
YUV 111.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 192 81 57 0 0.58 0.70 0.25 10.67 0.54 0.49
Hex C0 51 39 0 3A 46 19 B 36 31
Octal 300 121 71 0 72 106 31 13 66 61
Binary 11000000 1010001 111001 0 111010 1000110 11001 1011 110110 110001

Color Harmonies of #C05139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05139

Black with #C05139

Text Example


Text Example

White with #C05139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05139; }

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

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

background-color css

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

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

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

border-color css

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

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

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