Html Css Color HEX #C0503B Grenadier

📋 copy color: '#C0503B'

red 192 ◦ green 80 ◦ blue 59

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

Shades of Grenadier #C0503B

Tints of Grenadier #C0503B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 58.01%
G = 24.17%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0503B (or 0xC0503B) is known color: Grenadier. HEX triplet: C0, 50 and 3B. RGB value is (192,80,59). Sum of RGB (Red+Green+Blue) = 192+80+59=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0503B is #3FAFC4. Grayscale: #6F6F6F. Windows color (decimal): -4173765 or 3887296. OLE color: 3887296.

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

Color convert

RGB 192 80 59 -
CMYK 0 0.58 0.69 0.25
HSL 9.47º 0.53% 0.49% -
HSV(B) 9.47º 0.69% 0.75% -
XYZ 25.4 17.26 6.13 -
YUV 111.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 192 80 59 0 0.58 0.69 0.25 9.47 0.53 0.49
Hex C0 50 3B 0 3A 45 19 9 35 31
Octal 300 120 73 0 72 105 31 11 65 61
Binary 11000000 1010000 111011 0 111010 1000101 11001 1001 110101 110001

Color Harmonies of #C0503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0503B

Black with #C0503B

Text Example


Text Example

White with #C0503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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