Html Css Color HEX #C0503E Grenadier

📋 copy color: '#C0503E'

red 192 ◦ green 80 ◦ blue 62

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

Shades of Grenadier #C0503E

Tints of Grenadier #C0503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 57.49%
G = 23.95%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0503E (or 0xC0503E) is known color: Grenadier. HEX triplet: C0, 50 and 3E. RGB value is (192,80,62). Sum of RGB (Red+Green+Blue) = 192+80+62=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0503E is #3FAFC1. Grayscale: #6F6F6F. Windows color (decimal): -4173762 or 4083904. OLE color: 4083904.

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

Color convert

RGB 192 80 62 -
CMYK 0 0.58 0.68 0.25
HSL 8.31º 0.51% 0.5% -
HSV(B) 8.31º 0.68% 0.75% -
XYZ 25.48 17.29 6.55 -
YUV 111.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 192 80 62 0 0.58 0.68 0.25 8.31 0.51 0.5
Hex C0 50 3E 0 3A 44 19 8 33 32
Octal 300 120 76 0 72 104 31 10 63 62
Binary 11000000 1010000 111110 0 111010 1000100 11001 1000 110011 110010

Color Harmonies of #C0503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0503E

Black with #C0503E

Text Example


Text Example

White with #C0503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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