#13000A

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

Shades of Rustic Red #13000A

Tints of Rustic Red #13000A

Color information

#13000A (or 0x13000A) is unknown color: approx Rustic Red. HEX triplet: 13, 00 and 0A. RGB value is (19,0,10). Sum of RGB (Red+Green+Blue) = 19+0+10=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #13000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000A is #ECFFF5. Grayscale: #060606. Windows color (decimal): -15532022 or 655379. OLE color: 655379.

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

Color convert

RGB19010-
CMYK010.470.93
HSL328.42º100%3.73%-
HSV(B)328.42º100%7.45%-
XYZ0.320.160.3-
YUV6.82129.79136.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 65.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 34.48%
R=65.52%
G=0%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19010010.470.93328.421003.73
Hex130A0642F5D148644
Octal230120144571355101444
Binary10011010100110010010111110111011010010001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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