#13090A

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

Shades of Rustic Red #13090A

Tints of Rustic Red #13090A

Color information

#13090A (or 0x13090A) is unknown color: approx Rustic Red. HEX triplet: 13, 09 and 0A. RGB value is (19,9,10). Sum of RGB (Red+Green+Blue) = 19+9+10=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090A is #ECF6F5. Grayscale: #0C0C0C. Windows color (decimal): -15529718 or 657683. OLE color: 657683.

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

Color convert

RGB19910-
CMYK00.530.470.93
HSL354º35.71%5.49%-
HSV(B)354º52.63%7.45%-
XYZ0.420.360.33-
YUV12.1126.81132.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 23.68%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=50%
G=23.68%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991000.530.470.9335435.715.49
Hex139A0352F5D162245
Octal23111206557135542445
Binary100111001101001101011011111011101101100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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