#301416

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

Shades of Rustic Red #301416

Tints of Rustic Red #301416

Color information

#301416 (or 0x301416) is unknown color: approx Rustic Red. HEX triplet: 30, 14 and 16. RGB value is (48,20,22). Sum of RGB (Red+Green+Blue) = 48+20+22=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301416 is #CFEBE9. Grayscale: #1C1C1C. Windows color (decimal): -13626346 or 1446960. OLE color: 1446960.

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

Color convert

RGB482022-
CMYK00.580.540.81
HSL355.71º41.18%13.33%-
HSV(B)355.71º58.33%18.82%-
XYZ1.611.190.9-
YUV28.6124.28141.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=53.33%
G=22.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48202200.580.540.81355.7141.1813.33
Hex30141603A365116429d
Octal602426072661215445115
Binary1100001010010110011101011011010100011011001001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301416; }

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

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

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

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

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

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

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

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