#300E16

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

Shades of Rustic Red #300E16

Tints of Rustic Red #300E16

Color information

#300E16 (or 0x300E16) is unknown color: approx Rustic Red. HEX triplet: 30, 0E and 16. RGB value is (48,14,22). Sum of RGB (Red+Green+Blue) = 48+14+22=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E16 is #CFF1E9. Grayscale: #191919. Windows color (decimal): -13627882 or 1445424. OLE color: 1445424.

HSL color Cylindrical-coordinate representation of color #300E16: hue angle of 345.88º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #300E16 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB481422-
CMYK00.710.540.81
HSL345.88º54.84%12.16%-
HSV(B)345.88º70.83%18.82%-
XYZ1.5210.87-
YUV25.08126.26144.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 14 (5.86% from 255) = 16.67%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=57.14%
G=16.67%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48142200.710.540.81345.8854.8412.16
Hex30E16047365115a37c
Octal6016260107661215326714
Binary1100001110101100100011111011010100011010110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300E16; }

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

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

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

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

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

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

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

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