#13020A

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

Shades of Rustic Red #13020A

Tints of Rustic Red #13020A

Color information

#13020A (or 0x13020A) is unknown color: approx Rustic Red. HEX triplet: 13, 02 and 0A. RGB value is (19,2,10). Sum of RGB (Red+Green+Blue) = 19+2+10=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #13020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020A is #ECFDF5. Grayscale: #070707. Windows color (decimal): -15531510 or 655891. OLE color: 655891.

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

Color convert

RGB19210-
CMYK00.890.470.93
HSL331.76º80.95%4.12%-
HSV(B)331.76º89.47%7.45%-
XYZ0.350.20.31-
YUV8129.13135.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 61.29%
GREEN value IS 2 (1.17% from 255) = 6.45%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=61.29%
G=6.45%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1921000.890.470.93331.7680.954.12
Hex132A0592F5D14c514
Octal232120131571355141214
Binary100111010100101100110111110111011010011001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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