#300A13

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

Shades of Rustic Red #300A13

Tints of Rustic Red #300A13

Color information

#300A13 (or 0x300A13) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 13. RGB value is (48,10,19). Sum of RGB (Red+Green+Blue) = 48+10+19=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A13 is #CFF5EC. Grayscale: #161616. Windows color (decimal): -13628909 or 1247792. OLE color: 1247792.

HSL color Cylindrical-coordinate representation of color #300A13: hue angle of 345.79º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A13 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB481019-
CMYK00.790.600.81
HSL345.79º65.52%11.37%-
HSV(B)345.79º79.17%18.82%-
XYZ1.450.890.71-
YUV22.39126.09146.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 10 (4.30% from 255) = 12.99%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=62.34%
G=12.99%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48101900.790.600.81345.7965.5211.37
Hex30A1304F3C5115a42b
Octal60122301177412153210213
Binary11000010101001101001111111100101000110101101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300A13; }

 p { color: rgb(48,10,19); }

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

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

 a { background-color: rgb(48,10,19); }

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

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

 span { border-color: rgb(48,10,19); }

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