#301617

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

Shades of Rustic Red #301617

Tints of Rustic Red #301617

Color information

#301617 (or 0x301617) is unknown color: approx Rustic Red. HEX triplet: 30, 16 and 17. RGB value is (48,22,23). Sum of RGB (Red+Green+Blue) = 48+22+23=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301617 is #CFE9E8. Grayscale: #1D1D1D. Windows color (decimal): -13625833 or 1513008. OLE color: 1513008.

HSL color Cylindrical-coordinate representation of color #301617: hue angle of 357.69º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301617 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB482223-
CMYK00.540.520.81
HSL357.69º37.14%13.73%-
HSV(B)357.69º54.17%18.82%-
XYZ1.661.260.97-
YUV29.89124.11140.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=51.61%
G=23.66%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48222300.540.520.81357.6937.1413.73
Hex301617036345116625e
Octal602627066641215464516
Binary1100001011010111011011011010010100011011001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301617; }

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

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

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

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

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

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

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

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