#301518

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

Shades of Rustic Red #301518

Tints of Rustic Red #301518

Color information

#301518 (or 0x301518) is unknown color: approx Rustic Red. HEX triplet: 30, 15 and 18. RGB value is (48,21,24). Sum of RGB (Red+Green+Blue) = 48+21+24=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301518 is #CFEAE7. Grayscale: #1D1D1D. Windows color (decimal): -13626088 or 1578288. OLE color: 1578288.

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

Color convert

RGB482124-
CMYK00.560.50.81
HSL353.33º39.13%13.53%-
HSV(B)353.33º56.25%18.82%-
XYZ1.651.231.01-
YUV29.42124.95141.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 24 (9.77% from 255) = 25.81%
R=51.61%
G=22.58%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48212400.560.50.81353.3339.1313.53
Hex301518038325116127e
Octal602530070621215414716
Binary1100001010111000011100011001010100011011000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301518; }

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

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

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

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

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

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

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

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