#301118

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

Shades of Rustic Red #301118

Tints of Rustic Red #301118

Color information

#301118 (or 0x301118) is unknown color: approx Rustic Red. HEX triplet: 30, 11 and 18. RGB value is (48,17,24). Sum of RGB (Red+Green+Blue) = 48+17+24=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301118 is #CFEEE7. Grayscale: #1B1B1B. Windows color (decimal): -13627112 or 1577264. OLE color: 1577264.

HSL color Cylindrical-coordinate representation of color #301118: hue angle of 346.45º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301118 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB481724-
CMYK00.650.50.81
HSL346.45º47.69%12.75%-
HSV(B)346.45º64.58%18.82%-
XYZ1.581.10.99-
YUV27.07126.27142.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=53.93%
G=19.10%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48172400.650.50.81346.4547.6912.75
Hex301118041325115a30d
Octal6021300101621215326015
Binary11000010001110000100000111001010100011010110101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301118; }

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

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

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

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

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

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

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

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