#300914

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

Shades of Rustic Red #300914

Tints of Rustic Red #300914

Color information

#300914 (or 0x300914) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 14. RGB value is (48,9,20). Sum of RGB (Red+Green+Blue) = 48+9+20=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300914 is #CFF6EB. Grayscale: #151515. Windows color (decimal): -13629164 or 1313072. OLE color: 1313072.

HSL color Cylindrical-coordinate representation of color #300914: hue angle of 343.08º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300914 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB48920-
CMYK00.810.580.81
HSL343.08º68.42%11.18%-
HSV(B)343.08º81.25%18.82%-
XYZ1.440.870.75-
YUV21.92126.92146.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 62.34%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=62.34%
G=11.69%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4892000.810.580.81343.0868.4211.18
Hex309140513A5115744b
Octal60112401217212152710413
Binary11000010011010001010001111010101000110101011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300914; }

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

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

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

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

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

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

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

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