#130608

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

Shades of Rustic Red #130608

Tints of Rustic Red #130608

Color information

#130608 (or 0x130608) is unknown color: approx Rustic Red. HEX triplet: 13, 06 and 08. RGB value is (19,6,8). Sum of RGB (Red+Green+Blue) = 19+6+8=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130608 is #ECF9F7. Grayscale: #0A0A0A. Windows color (decimal): -15530488 or 525843. OLE color: 525843.

HSL color Cylindrical-coordinate representation of color #130608: hue angle of 350.77º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130608 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB1968-
CMYK00.680.580.93
HSL350.77º52%4.9%-
HSV(B)350.77º68.42%7.45%-
XYZ0.380.290.27-
YUV10.12126.81134.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 6 (2.73% from 255) = 18.18%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=57.58%
G=18.18%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal196800.680.580.93350.77524.9
Hex13680443A5D15f345
Octal23610010472135537645
Binary100111101000010001001110101011101101011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130608; }

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

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

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

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

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

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

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

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