#301517

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

Shades of Rustic Red #301517

Tints of Rustic Red #301517

Color information

#301517 (or 0x301517) is unknown color: approx Rustic Red. HEX triplet: 30, 15 and 17. RGB value is (48,21,23). Sum of RGB (Red+Green+Blue) = 48+21+23=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301517 is #CFEAE8. Grayscale: #1D1D1D. Windows color (decimal): -13626089 or 1512752. OLE color: 1512752.

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

Color convert

RGB482123-
CMYK00.560.520.81
HSL355.56º39.13%13.53%-
HSV(B)355.56º56.25%18.82%-
XYZ1.641.230.96-
YUV29.3124.45141.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 23 (9.38% from 255) = 25%
R=52.17%
G=22.83%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48212300.560.520.81355.5639.1313.53
Hex301517038345116427e
Octal602527070641215444716
Binary1100001010110111011100011010010100011011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301517; }

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

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

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

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

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

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

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

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