Html Css Color HEX #C05035 Grenadier

📋 copy color: '#C05035'

red 192 ◦ green 80 ◦ blue 53

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

Shades of Grenadier #C05035

Tints of Grenadier #C05035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 59.08%
G = 24.62%
B = 16.31%

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

#C05035 (or 0xC05035) is known color: Grenadier. HEX triplet: C0, 50 and 35. RGB value is (192,80,53). Sum of RGB (Red+Green+Blue) = 192+80+53=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C05035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05035 is #3FAFCA. Grayscale: #6E6E6E. Windows color (decimal): -4173771 or 3494080. OLE color: 3494080.

HSL color Cylindrical-coordinate representation of color #C05035: hue angle of 11.65º degrees, saturation: 0.57, 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 #C05035 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 53 -
CMYK 0 0.58 0.72 0.25
HSL 11.65º 0.57% 0.48% -
HSV(B) 11.65º 0.72% 0.75% -
XYZ 25.25 17.2 5.36 -
YUV 110.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 192 80 53 0 0.58 0.72 0.25 11.65 0.57 0.48
Hex C0 50 35 0 3A 48 19 C 39 30
Octal 300 120 65 0 72 110 31 14 71 60
Binary 11000000 1010000 110101 0 111010 1001000 11001 1100 111001 110000

Color Harmonies of #C05035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05035

Black with #C05035

Text Example


Text Example

White with #C05035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05035; }

 p { color: rgb(192,80,53); }

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

background-color css

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

 a { background-color: rgb(192,80,53); }

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

border-color css

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

 span { border-color: rgb(192,80,53); }

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