#300E15

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

Shades of Rustic Red #300E15

Tints of Rustic Red #300E15

Color information

#300E15 (or 0x300E15) is unknown color: approx Rustic Red. HEX triplet: 30, 0E and 15. RGB value is (48,14,21). Sum of RGB (Red+Green+Blue) = 48+14+21=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #300E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E15 is #CFF1EA. Grayscale: #181818. Windows color (decimal): -13627883 or 1379888. OLE color: 1379888.

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

Color convert

RGB481421-
CMYK00.710.560.81
HSL347.65º54.84%12.16%-
HSV(B)347.65º70.83%18.82%-
XYZ1.5110.82-
YUV24.96125.76144.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=57.83%
G=16.87%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48142100.710.560.81347.6554.8412.16
Hex30E15047385115c37c
Octal6016250107701215346714
Binary1100001110101010100011111100010100011010111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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