#130008

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

Shades of Rustic Red #130008

Tints of Rustic Red #130008

Color information

#130008 (or 0x130008) is unknown color: approx Rustic Red. HEX triplet: 13, 00 and 08. RGB value is (19,0,8). Sum of RGB (Red+Green+Blue) = 19+0+8=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130008 is #ECFFF7. Grayscale: #060606. Windows color (decimal): -15532024 or 524307. OLE color: 524307.

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

Color convert

RGB1908-
CMYK010.580.93
HSL334.74º100%3.73%-
HSV(B)334.74º100%7.45%-
XYZ0.310.160.24-
YUV6.59128.79136.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 70.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 29.63%
R=70.37%
G=0%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1908010.580.93334.741003.73
Hex13080643A5D14f644
Octal230100144721355171444
Binary10011010000110010011101010111011010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130008; }

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

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

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

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

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

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

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

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