#300B11

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

Shades of Rustic Red #300B11

Tints of Rustic Red #300B11

Color information

#300B11 (or 0x300B11) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 11. RGB value is (48,11,17). Sum of RGB (Red+Green+Blue) = 48+11+17=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B11 is #CFF4EE. Grayscale: #161616. Windows color (decimal): -13628655 or 1116976. OLE color: 1116976.

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

Color convert

RGB481117-
CMYK00.770.650.81
HSL350.27º62.71%11.57%-
HSV(B)350.27º77.08%18.82%-
XYZ1.440.910.63-
YUV22.75124.76146.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=63.16%
G=14.47%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48111700.770.650.81350.2762.7111.57
Hex30B1104D415115e3fc
Octal60132101151011215367714
Binary11000010111000101001101100000110100011010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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