#301618

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

Shades of Rustic Red #301618

Tints of Rustic Red #301618

Color information

#301618 (or 0x301618) is unknown color: approx Rustic Red. HEX triplet: 30, 16 and 18. RGB value is (48,22,24). Sum of RGB (Red+Green+Blue) = 48+22+24=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301618 is #CFE9E7. Grayscale: #1E1E1E. Windows color (decimal): -13625832 or 1578544. OLE color: 1578544.

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

Color convert

RGB482224-
CMYK00.540.50.81
HSL355.38º37.14%13.73%-
HSV(B)355.38º54.17%18.82%-
XYZ1.671.271.02-
YUV30124.61140.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=51.06%
G=23.40%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48222400.540.50.81355.3837.1413.73
Hex301618036325116325e
Octal602630066621215434516
Binary1100001011011000011011011001010100011011000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301618; }

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

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

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

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

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

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

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

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