#300917

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

Shades of Rustic Red #300917

Tints of Rustic Red #300917

Color information

#300917 (or 0x300917) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 17. RGB value is (48,9,23). Sum of RGB (Red+Green+Blue) = 48+9+23=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #300917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300917 is #CFF6E8. Grayscale: #161616. Windows color (decimal): -13629161 or 1509680. OLE color: 1509680.

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

Color convert

RGB48923-
CMYK00.810.520.81
HSL338.46º68.42%11.18%-
HSV(B)338.46º81.25%18.82%-
XYZ1.470.890.9-
YUV22.26128.42146.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 60%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=60%
G=11.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4892300.810.520.81338.4668.4211.18
Hex30917051345115244b
Octal60112701216412152210413
Binary11000010011011101010001110100101000110101001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300917; }

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

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

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

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

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

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

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

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