#130309

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

Shades of Rustic Red #130309

Tints of Rustic Red #130309

Color information

#130309 (or 0x130309) is unknown color: approx Rustic Red. HEX triplet: 13, 03 and 09. RGB value is (19,3,9). Sum of RGB (Red+Green+Blue) = 19+3+9=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130309 is #ECFCF6. Grayscale: #080808. Windows color (decimal): -15531255 or 590611. OLE color: 590611.

HSL color Cylindrical-coordinate representation of color #130309: hue angle of 337.5º 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 #130309 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB1939-
CMYK00.840.530.93
HSL337.5º72.73%4.31%-
HSV(B)337.5º84.21%7.45%-
XYZ0.350.220.28-
YUV8.47128.3135.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 61.29%
GREEN value IS 3 (1.56% from 255) = 9.68%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=61.29%
G=9.68%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal193900.840.530.93337.572.734.31
Hex1339054355D152494
Octal233110124651355221114
Binary100111110010101010011010110111011010100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130309; }

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

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

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

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

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

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

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

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