#13010A

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

Shades of Rustic Red #13010A

Tints of Rustic Red #13010A

Color information

#13010A (or 0x13010A) is unknown color: approx Rustic Red. HEX triplet: 13, 01 and 0A. RGB value is (19,1,10). Sum of RGB (Red+Green+Blue) = 19+1+10=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #13010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13010A is #ECFEF5. Grayscale: #070707. Windows color (decimal): -15531766 or 655635. OLE color: 655635.

HSL color Cylindrical-coordinate representation of color #13010A: hue angle of 330º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13010A is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB19110-
CMYK00.950.470.93
HSL330º90%3.92%-
HSV(B)330º94.74%7.45%-
XYZ0.330.180.3-
YUV7.41129.46136.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 63.33%
GREEN value IS 1 (0.78% from 255) = 3.33%
BLUE value IS 10 (4.30% from 255) = 33.33%
R=63.33%
G=3.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911000.950.470.93330903.92
Hex131A05F2F5D14a5a4
Octal231120137571355121324
Binary10011110100101111110111110111011010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13010A; }

 p { color: rgb(19,1,10); }

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

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

 a { background-color: rgb(19,1,10); }

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

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

 span { border-color: rgb(19,1,10); }

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