#30000E

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

Shades of Rustic Red #30000E

Tints of Rustic Red #30000E

Color information

#30000E (or 0x30000E) is unknown color: approx Rustic Red. HEX triplet: 30, 00 and 0E. RGB value is (48,0,14). Sum of RGB (Red+Green+Blue) = 48+0+14=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #30000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30000E is #CFFFF1. Grayscale: #0F0F0F. Windows color (decimal): -13631474 or 917552. OLE color: 917552.

HSL color Cylindrical-coordinate representation of color #30000E: hue angle of 342.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30000E is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB48014-
CMYK010.710.81
HSL342.5º100%9.41%-
HSV(B)342.5º100%18.82%-
XYZ1.30.660.47-
YUV15.95126.9150.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 77.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 22.58%
R=77.42%
G=0%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48014010.710.81342.51009.41
Hex300E0644751156649
Octal60016014410712152614411
Binary11000001110011001001000111101000110101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30000E; }

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

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

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

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

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

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

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

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