#13030B

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

Shades of Rustic Red #13030B

Tints of Rustic Red #13030B

Color information

#13030B (or 0x13030B) is unknown color: approx Rustic Red. HEX triplet: 13, 03 and 0B. RGB value is (19,3,11). Sum of RGB (Red+Green+Blue) = 19+3+11=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13030B is #ECFCF4. Grayscale: #080808. Windows color (decimal): -15531253 or 721683. OLE color: 721683.

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

Color convert

RGB19311-
CMYK00.840.420.93
HSL330º72.73%4.31%-
HSV(B)330º84.21%7.45%-
XYZ0.360.230.34-
YUV8.7129.3135.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 3 (1.56% from 255) = 9.09%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=57.58%
G=9.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1931100.840.420.9333072.734.31
Hex133B0542A5D14a494
Octal233130124521355121114
Binary100111110110101010010101010111011010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13030B; }

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

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

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

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

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

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

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

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