#510C0D

Color #510C0D Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #510C0D

Tints of Rustic Red #510C0D

Color information

#510C0D (or 0x510C0D) is unknown color: approx Rustic Red. HEX triplet: 51, 0C and 0D. RGB value is (81,12,13). Sum of RGB (Red+Green+Blue) = 81+12+13=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C0D is #AEF3F2. Grayscale: #202020. Windows color (decimal): -11465715 or 855121. OLE color: 855121.

HSL color Cylindrical-coordinate representation of color #510C0D: hue angle of 359.13º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C0D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB811213-
CMYK00.850.840.68
HSL359.13º74.19%18.24%-
HSV(B)359.13º85.19%31.76%-
XYZ3.62.040.59-
YUV32.74116.86162.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 76.42%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=76.42%
G=11.32%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81121300.850.840.68359.1374.1918.24
Hex51CD05554441674a12
Octal1211415012512410454711222
Binary1010001110011010101010110101001000100101100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510C0D; }

 p { color: rgb(81,12,13); }

 H1.HeaderClassName
 {
   color: #510C0D;
 }
 .AnyTagClassName
 {
   color: #510C0D;
 }
</style>
background-color css

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

 a { background-color: rgb(81,12,13); }

 div.DivClassName
 {
   background-color: #510C0D;
 }
 .BgClassName
 {
   background-color: #510C0D;
 }
</style>
border-color css

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

 span { border-color: rgb(81,12,13); }

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