#51030C

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

Shades of Rustic Red #51030C

Tints of Rustic Red #51030C

Color information

#51030C (or 0x51030C) is unknown color: approx Rustic Red. HEX triplet: 51, 03 and 0C. RGB value is (81,3,12). Sum of RGB (Red+Green+Blue) = 81+3+12=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #51030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51030C is #AEFCF3. Grayscale: #1B1B1B. Windows color (decimal): -11468020 or 787281. OLE color: 787281.

HSL color Cylindrical-coordinate representation of color #51030C: hue angle of 353.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51030C is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB81312-
CMYK00.960.850.68
HSL353.08º92.86%16.47%-
HSV(B)353.08º96.3%31.76%-
XYZ3.491.840.52-
YUV27.35119.34166.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 84.38%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=84.38%
G=3.12%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8131200.960.850.68353.0892.8616.47
Hex513C06055441615d10
Octal121314014012510454113520
Binary10100011111000110000010101011000100101100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51030C; }

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

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

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

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

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

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

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

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