#300911

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

Shades of Rustic Red #300911

Tints of Rustic Red #300911

Color information

#300911 (or 0x300911) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 11. RGB value is (48,9,17). Sum of RGB (Red+Green+Blue) = 48+9+17=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300911 is #CFF6EE. Grayscale: #151515. Windows color (decimal): -13629167 or 1116464. OLE color: 1116464.

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

Color convert

RGB48917-
CMYK00.810.650.81
HSL347.69º68.42%11.18%-
HSV(B)347.69º81.25%18.82%-
XYZ1.420.860.62-
YUV21.57125.42146.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=64.86%
G=12.16%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4891700.810.650.81347.6968.4211.18
Hex30911051415115c44b
Octal601121012110112153410413
Binary110000100110001010100011000001101000110101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300911; }

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

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

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

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

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

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

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

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