#300A14

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

Shades of Rustic Red #300A14

Tints of Rustic Red #300A14

Color information

#300A14 (or 0x300A14) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 14. RGB value is (48,10,20). Sum of RGB (Red+Green+Blue) = 48+10+20=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #300A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A14 is #CFF5EB. Grayscale: #161616. Windows color (decimal): -13628908 or 1313328. OLE color: 1313328.

HSL color Cylindrical-coordinate representation of color #300A14: hue angle of 344.21º 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 #300A14 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB481020-
CMYK00.790.580.81
HSL344.21º65.52%11.37%-
HSV(B)344.21º79.17%18.82%-
XYZ1.450.90.76-
YUV22.5126.59146.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 61.54%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=61.54%
G=12.82%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48102000.790.580.81344.2165.5211.37
Hex30A1404F3A5115842b
Octal60122401177212153010213
Binary11000010101010001001111111010101000110101100010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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