#301112

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

Shades of Rustic Red #301112

Tints of Rustic Red #301112

Color information

#301112 (or 0x301112) is unknown color: approx Rustic Red. HEX triplet: 30, 11 and 12. RGB value is (48,17,18). Sum of RGB (Red+Green+Blue) = 48+17+18=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301112 is #CFEEED. Grayscale: #1A1A1A. Windows color (decimal): -13627118 or 1184048. OLE color: 1184048.

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

Color convert

RGB481718-
CMYK00.650.630.81
HSL358.06º47.69%12.75%-
HSV(B)358.06º64.58%18.82%-
XYZ1.531.070.7-
YUV26.38123.27143.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=57.83%
G=20.48%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48171800.650.630.81358.0647.6912.75
Hex3011120413F5116630d
Octal6021220101771215466015
Binary11000010001100100100000111111110100011011001101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301112; }

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

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

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

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

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

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

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

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