Html Css Color HEX #C0503A Grenadier

📋 copy color: '#C0503A'

red 192 ◦ green 80 ◦ blue 58

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

Shades of Grenadier #C0503A

Tints of Grenadier #C0503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 58.18%
G = 24.24%
B = 17.58%

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

#C0503A (or 0xC0503A) is known color: Grenadier. HEX triplet: C0, 50 and 3A. RGB value is (192,80,58). Sum of RGB (Red+Green+Blue) = 192+80+58=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C0503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0503A is #3FAFC5. Grayscale: #6F6F6F. Windows color (decimal): -4173766 or 3821760. OLE color: 3821760.

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

Color convert

RGB 192 80 58 -
CMYK 0 0.58 0.70 0.25
HSL 9.85º 0.54% 0.49% -
HSV(B) 9.85º 0.7% 0.75% -
XYZ 25.37 17.25 6 -
YUV 110.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 192 80 58 0 0.58 0.70 0.25 9.85 0.54 0.49
Hex C0 50 3A 0 3A 46 19 A 36 31
Octal 300 120 72 0 72 106 31 12 66 61
Binary 11000000 1010000 111010 0 111010 1000110 11001 1010 110110 110001

Color Harmonies of #C0503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0503A

Black with #C0503A

Text Example


Text Example

White with #C0503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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