#300E18

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

Shades of Rustic Red #300E18

Tints of Rustic Red #300E18

Color information

#300E18 (or 0x300E18) is unknown color: approx Rustic Red. HEX triplet: 30, 0E and 18. RGB value is (48,14,24). Sum of RGB (Red+Green+Blue) = 48+14+24=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E18 is #CFF1E7. Grayscale: #191919. Windows color (decimal): -13627880 or 1576496. OLE color: 1576496.

HSL color Cylindrical-coordinate representation of color #300E18: hue angle of 342.35º 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 #300E18 is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB481424-
CMYK00.710.50.81
HSL342.35º54.84%12.16%-
HSV(B)342.35º70.83%18.82%-
XYZ1.541.010.98-
YUV25.31127.26144.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=55.81%
G=16.28%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48142400.710.50.81342.3554.8412.16
Hex30E18047325115637c
Octal6016300107621215266714
Binary1100001110110000100011111001010100011010101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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