#301116

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

Shades of Rustic Red #301116

Tints of Rustic Red #301116

Color information

#301116 (or 0x301116) is unknown color: approx Rustic Red. HEX triplet: 30, 11 and 16. RGB value is (48,17,22). Sum of RGB (Red+Green+Blue) = 48+17+22=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301116 is #CFEEE9. Grayscale: #1A1A1A. Windows color (decimal): -13627114 or 1446192. OLE color: 1446192.

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

Color convert

RGB481722-
CMYK00.650.540.81
HSL350.32º47.69%12.75%-
HSV(B)350.32º64.58%18.82%-
XYZ1.561.090.89-
YUV26.84125.27143.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=55.17%
G=19.54%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48172200.650.540.81350.3247.6912.75
Hex301116041365115e30d
Octal6021260101661215366015
Binary11000010001101100100000111011010100011010111101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301116; }

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

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

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

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

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

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

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

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