#301519

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

Shades of Rustic Red #301519

Tints of Rustic Red #301519

Color information

#301519 (or 0x301519) is unknown color: approx Rustic Red. HEX triplet: 30, 15 and 19. RGB value is (48,21,25). Sum of RGB (Red+Green+Blue) = 48+21+25=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301519 is #CFEAE6. Grayscale: #1D1D1D. Windows color (decimal): -13626087 or 1643824. OLE color: 1643824.

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

Color convert

RGB482125-
CMYK00.560.480.81
HSL351.11º39.13%13.53%-
HSV(B)351.11º56.25%18.82%-
XYZ1.661.231.07-
YUV29.53125.45141.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=51.06%
G=22.34%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48212500.560.480.81351.1139.1313.53
Hex301519038305115f27e
Octal602531070601215374716
Binary1100001010111001011100011000010100011010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301519; }

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

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

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

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

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

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

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

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