Html Css Color HEX #C05034 Grenadier

📋 copy color: '#C05034'

red 192 ◦ green 80 ◦ blue 52

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

Shades of Grenadier #C05034

Tints of Grenadier #C05034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 59.26%
G = 24.69%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C05034 (or 0xC05034) is known color: Grenadier. HEX triplet: C0, 50 and 34. RGB value is (192,80,52). Sum of RGB (Red+Green+Blue) = 192+80+52=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C05034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05034 is #3FAFCB. Grayscale: #6E6E6E. Windows color (decimal): -4173772 or 3428544. OLE color: 3428544.

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

Color convert

RGB 192 80 52 -
CMYK 0 0.58 0.73 0.25
HSL 12º 0.57% 0.48% -
HSV(B) 12º 0.73% 0.75% -
XYZ 25.23 17.19 5.24 -
YUV 110.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 192 80 52 0 0.58 0.73 0.25 12 0.57 0.48
Hex C0 50 34 0 3A 49 19 C 39 30
Octal 300 120 64 0 72 111 31 14 71 60
Binary 11000000 1010000 110100 0 111010 1001001 11001 1100 111001 110000

Color Harmonies of #C05034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05034

Black with #C05034

Text Example


Text Example

White with #C05034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05034; }

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

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

background-color css

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

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

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

border-color css

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

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

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