#130306

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

Shades of Rustic Red #130306

Tints of Rustic Red #130306

Color information

#130306 (or 0x130306) is unknown color: approx Rustic Red. HEX triplet: 13, 03 and 06. RGB value is (19,3,6). Sum of RGB (Red+Green+Blue) = 19+3+6=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130306 is #ECFCF9. Grayscale: #080808. Windows color (decimal): -15531258 or 394003. OLE color: 394003.

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

Color convert

RGB1936-
CMYK00.840.680.93
HSL348.75º72.73%4.31%-
HSV(B)348.75º84.21%7.45%-
XYZ0.330.220.2-
YUV8.13126.8135.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 67.86%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=67.86%
G=10.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal193600.840.680.93348.7572.734.31
Hex1336054445D15d494
Octal233601241041355351114
Binary100111111001010100100010010111011010111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130306; }

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

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

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

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

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

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

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

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