#13030A

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

Shades of Rustic Red #13030A

Tints of Rustic Red #13030A

Color information

#13030A (or 0x13030A) is unknown color: approx Rustic Red. HEX triplet: 13, 03 and 0A. RGB value is (19,3,10). Sum of RGB (Red+Green+Blue) = 19+3+10=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #13030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13030A is #ECFCF5. Grayscale: #080808. Windows color (decimal): -15531254 or 656147. OLE color: 656147.

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

Color convert

RGB19310-
CMYK00.840.470.93
HSL333.75º72.73%4.31%-
HSV(B)333.75º84.21%7.45%-
XYZ0.360.230.31-
YUV8.58128.8135.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 59.38%
GREEN value IS 3 (1.56% from 255) = 9.38%
BLUE value IS 10 (4.30% from 255) = 31.25%
R=59.38%
G=9.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1931000.840.470.93333.7572.734.31
Hex133A0542F5D14e494
Octal233120124571355161114
Binary100111110100101010010111110111011010011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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