#300A15

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

Shades of Rustic Red #300A15

Tints of Rustic Red #300A15

Color information

#300A15 (or 0x300A15) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 15. RGB value is (48,10,21). Sum of RGB (Red+Green+Blue) = 48+10+21=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A15 is #CFF5EA. Grayscale: #161616. Windows color (decimal): -13628907 or 1378864. OLE color: 1378864.

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

Color convert

RGB481021-
CMYK00.790.560.81
HSL342.63º65.52%11.37%-
HSV(B)342.63º79.17%18.82%-
XYZ1.460.90.81-
YUV22.62127.09146.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=60.76%
G=12.66%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48102100.790.560.81342.6365.5211.37
Hex30A1504F385115742b
Octal60122501177012152710213
Binary11000010101010101001111111000101000110101011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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