#300B0D

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

Shades of Rustic Red #300B0D

Tints of Rustic Red #300B0D

Color information

#300B0D (or 0x300B0D) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 0D. RGB value is (48,11,13). Sum of RGB (Red+Green+Blue) = 48+11+13=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B0D is #CFF4F2. Grayscale: #161616. Windows color (decimal): -13628659 or 854832. OLE color: 854832.

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

Color convert

RGB481113-
CMYK00.770.730.81
HSL356.76º62.71%11.57%-
HSV(B)356.76º77.08%18.82%-
XYZ1.410.90.48-
YUV22.29122.76146.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=66.67%
G=15.28%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48111300.770.730.81356.7662.7111.57
Hex30BD04D49511653fc
Octal60131501151111215457714
Binary1100001011110101001101100100110100011011001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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