#300B14

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

Shades of Rustic Red #300B14

Tints of Rustic Red #300B14

Color information

#300B14 (or 0x300B14) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 14. RGB value is (48,11,20). Sum of RGB (Red+Green+Blue) = 48+11+20=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #300B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B14 is #CFF4EB. Grayscale: #171717. Windows color (decimal): -13628652 or 1313584. OLE color: 1313584.

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

Color convert

RGB481120-
CMYK00.770.580.81
HSL345.41º62.71%11.57%-
HSV(B)345.41º77.08%18.82%-
XYZ1.460.920.76-
YUV23.09126.26145.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60.76%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=60.76%
G=13.92%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48112000.770.580.81345.4162.7111.57
Hex30B1404D3A511593fc
Octal6013240115721215317714
Binary1100001011101000100110111101010100011010110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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