#300D15

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

Shades of Rustic Red #300D15

Tints of Rustic Red #300D15

Color information

#300D15 (or 0x300D15) is unknown color: approx Rustic Red. HEX triplet: 30, 0D and 15. RGB value is (48,13,21). Sum of RGB (Red+Green+Blue) = 48+13+21=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D15 is #CFF2EA. Grayscale: #181818. Windows color (decimal): -13628139 or 1379632. OLE color: 1379632.

HSL color Cylindrical-coordinate representation of color #300D15: hue angle of 346.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D15 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB481321-
CMYK00.730.560.81
HSL346.29º57.38%11.96%-
HSV(B)346.29º72.92%18.82%-
XYZ1.50.970.82-
YUV24.38126.1144.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=58.54%
G=15.85%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48132100.730.560.81346.2957.3811.96
Hex30D15049385115a39c
Octal6015250111701215327114
Binary1100001101101010100100111100010100011010110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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