#300B16

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

Shades of Rustic Red #300B16

Tints of Rustic Red #300B16

Color information

#300B16 (or 0x300B16) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 16. RGB value is (48,11,22). Sum of RGB (Red+Green+Blue) = 48+11+22=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #300B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B16 is #CFF4E9. Grayscale: #171717. Windows color (decimal): -13628650 or 1444656. OLE color: 1444656.

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

Color convert

RGB481122-
CMYK00.770.540.81
HSL342.16º62.71%11.57%-
HSV(B)342.16º77.08%18.82%-
XYZ1.480.930.86-
YUV23.32127.26145.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=59.26%
G=13.58%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48112200.770.540.81342.1662.7111.57
Hex30B1604D36511563fc
Octal6013260115661215267714
Binary1100001011101100100110111011010100011010101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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