#300913

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

Shades of Rustic Red #300913

Tints of Rustic Red #300913

Color information

#300913 (or 0x300913) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 13. RGB value is (48,9,19). Sum of RGB (Red+Green+Blue) = 48+9+19=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300913 is #CFF6EC. Grayscale: #151515. Windows color (decimal): -13629165 or 1247536. OLE color: 1247536.

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

Color convert

RGB48919-
CMYK00.810.600.81
HSL344.62º68.42%11.18%-
HSV(B)344.62º81.25%18.82%-
XYZ1.430.870.71-
YUV21.8126.42146.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 19 (7.81% from 255) = 25%
R=63.16%
G=11.84%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4891900.810.600.81344.6268.4211.18
Hex309130513C5115944b
Octal60112301217412153110413
Binary11000010011001101010001111100101000110101100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300913; }

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

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

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

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

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

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

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

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