#130308

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

Shades of Rustic Red #130308

Tints of Rustic Red #130308

Color information

#130308 (or 0x130308) is unknown color: approx Rustic Red. HEX triplet: 13, 03 and 08. RGB value is (19,3,8). Sum of RGB (Red+Green+Blue) = 19+3+8=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130308 is #ECFCF7. Grayscale: #080808. Windows color (decimal): -15531256 or 525075. OLE color: 525075.

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

Color convert

RGB1938-
CMYK00.840.580.93
HSL341.25º72.73%4.31%-
HSV(B)341.25º84.21%7.45%-
XYZ0.340.220.25-
YUV8.35127.8135.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 63.33%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 8 (3.52% from 255) = 26.67%
R=63.33%
G=10%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal193800.840.580.93341.2572.734.31
Hex13380543A5D155494
Octal233100124721355251114
Binary100111110000101010011101010111011010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130308; }

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

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

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

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

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

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

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

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