Html Css Color HEX #C0513A Grenadier

📋 copy color: '#C0513A'

red 192 ◦ green 81 ◦ blue 58

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

Shades of Grenadier #C0513A

Tints of Grenadier #C0513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.47%

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

R = 58.01%
G = 24.47%
B = 17.52%

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

#C0513A (or 0xC0513A) is known color: Grenadier. HEX triplet: C0, 51 and 3A. RGB value is (192,81,58). Sum of RGB (Red+Green+Blue) = 192+81+58=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0513A is #3FAEC5. Grayscale: #6F6F6F. Windows color (decimal): -4173510 or 3822016. OLE color: 3822016.

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

Color convert

RGB 192 81 58 -
CMYK 0 0.58 0.70 0.25
HSL 10.3º 0.54% 0.49% -
HSV(B) 10.3º 0.7% 0.75% -
XYZ 25.44 17.4 6.02 -
YUV 111.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 192 81 58 0 0.58 0.70 0.25 10.3 0.54 0.49
Hex C0 51 3A 0 3A 46 19 A 36 31
Octal 300 121 72 0 72 106 31 12 66 61
Binary 11000000 1010001 111010 0 111010 1000110 11001 1010 110110 110001

Color Harmonies of #C0513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0513A

Black with #C0513A

Text Example


Text Example

White with #C0513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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