Html Css Color HEX #C0513F Grenadier

📋 copy color: '#C0513F'

red 192 ◦ green 81 ◦ blue 63

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

Shades of Grenadier #C0513F

Tints of Grenadier #C0513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 57.14%
G = 24.11%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0513F (or 0xC0513F) is known color: Grenadier. HEX triplet: C0, 51 and 3F. RGB value is (192,81,63). Sum of RGB (Red+Green+Blue) = 192+81+63=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0513F is #3FAEC0. Grayscale: #707070. Windows color (decimal): -4173505 or 4149696. OLE color: 4149696.

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

Color convert

RGB 192 81 63 -
CMYK 0 0.58 0.67 0.25
HSL 8.37º 0.51% 0.5% -
HSV(B) 8.37º 0.67% 0.75% -
XYZ 25.58 17.45 6.72 -
YUV 112.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 192 81 63 0 0.58 0.67 0.25 8.37 0.51 0.5
Hex C0 51 3F 0 3A 43 19 8 33 32
Octal 300 121 77 0 72 103 31 10 63 62
Binary 11000000 1010001 111111 0 111010 1000011 11001 1000 110011 110010

Color Harmonies of #C0513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0513F

Black with #C0513F

Text Example


Text Example

White with #C0513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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