#300B12

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

Shades of Rustic Red #300B12

Tints of Rustic Red #300B12

Color information

#300B12 (or 0x300B12) is unknown color: approx Rustic Red. HEX triplet: 30, 0B and 12. RGB value is (48,11,18). Sum of RGB (Red+Green+Blue) = 48+11+18=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B12 is #CFF4ED. Grayscale: #161616. Windows color (decimal): -13628654 or 1182512. OLE color: 1182512.

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

Color convert

RGB481118-
CMYK00.770.630.81
HSL348.65º62.71%11.57%-
HSV(B)348.65º77.08%18.82%-
XYZ1.450.910.67-
YUV22.86125.26145.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=62.34%
G=14.29%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48111800.770.630.81348.6562.7111.57
Hex30B1204D3F5115d3fc
Octal6013220115771215357714
Binary1100001011100100100110111111110100011010111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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