#301418

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

Shades of Rustic Red #301418

Tints of Rustic Red #301418

Color information

#301418 (or 0x301418) is unknown color: approx Rustic Red. HEX triplet: 30, 14 and 18. RGB value is (48,20,24). Sum of RGB (Red+Green+Blue) = 48+20+24=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301418 is #CFEBE7. Grayscale: #1C1C1C. Windows color (decimal): -13626344 or 1578032. OLE color: 1578032.

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

Color convert

RGB482024-
CMYK00.580.50.81
HSL351.43º41.18%13.33%-
HSV(B)351.43º58.33%18.82%-
XYZ1.631.191.01-
YUV28.83125.28141.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=52.17%
G=21.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48202400.580.50.81351.4341.1813.33
Hex30141803A325115f29d
Octal602430072621215375115
Binary1100001010011000011101011001010100011010111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301418; }

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

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

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

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

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

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

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

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