#300D0F

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

Shades of Rustic Red #300D0F

Tints of Rustic Red #300D0F

Color information

#300D0F (or 0x300D0F) is unknown color: approx Rustic Red. HEX triplet: 30, 0D and 0F. RGB value is (48,13,15). Sum of RGB (Red+Green+Blue) = 48+13+15=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D0F is #CFF2F0. Grayscale: #171717. Windows color (decimal): -13628145 or 986416. OLE color: 986416.

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

Color convert

RGB481315-
CMYK00.730.690.81
HSL356.57º57.38%11.96%-
HSV(B)356.57º72.92%18.82%-
XYZ1.450.950.56-
YUV23.69123.1145.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=63.16%
G=17.11%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48131500.730.690.81356.5757.3811.96
Hex30DF049455116539c
Octal60151701111051215457114
Binary1100001101111101001001100010110100011011001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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