#300D14

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

Shades of Rustic Red #300D14

Tints of Rustic Red #300D14

Color information

#300D14 (or 0x300D14) is unknown color: approx Rustic Red. HEX triplet: 30, 0D and 14. RGB value is (48,13,20). Sum of RGB (Red+Green+Blue) = 48+13+20=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #300D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D14 is #CFF2EB. Grayscale: #181818. Windows color (decimal): -13628140 or 1314096. OLE color: 1314096.

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

Color convert

RGB481320-
CMYK00.730.580.81
HSL348º57.38%11.96%-
HSV(B)348º72.92%18.82%-
XYZ1.490.970.77-
YUV24.26125.6144.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=59.26%
G=16.05%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48132000.730.580.8134857.3811.96
Hex30D140493A5115c39c
Octal6015240111721215347114
Binary1100001101101000100100111101010100011010111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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