#300F11

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

Shades of Rustic Red #300F11

Tints of Rustic Red #300F11

Color information

#300F11 (or 0x300F11) is unknown color: approx Rustic Red. HEX triplet: 30, 0F and 11. RGB value is (48,15,17). Sum of RGB (Red+Green+Blue) = 48+15+17=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #300F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F11 is #CFF0EE. Grayscale: #191919. Windows color (decimal): -13627631 or 1118000. OLE color: 1118000.

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

Color convert

RGB481517-
CMYK00.690.650.81
HSL356.36º52.38%12.35%-
HSV(B)356.36º68.75%18.82%-
XYZ1.491.010.65-
YUV25.1123.43144.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=60%
G=18.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48151700.690.650.81356.3652.3812.35
Hex30F11045415116434c
Octal60172101051011215446414
Binary11000011111000101000101100000110100011011001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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