#30060E

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

Shades of Rustic Red #30060E

Tints of Rustic Red #30060E

Color information

#30060E (or 0x30060E) is unknown color: approx Rustic Red. HEX triplet: 30, 06 and 0E. RGB value is (48,6,14). Sum of RGB (Red+Green+Blue) = 48+6+14=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #30060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060E is #CFF9F1. Grayscale: #131313. Windows color (decimal): -13629938 or 919088. OLE color: 919088.

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

Color convert

RGB48614-
CMYK00.870.710.81
HSL348.57º77.78%10.59%-
HSV(B)348.57º87.5%18.82%-
XYZ1.360.790.5-
YUV19.47124.91148.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 70.59%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=70.59%
G=8.82%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4861400.870.710.81348.5777.7810.59
Hex306E057475115d4eb
Octal60616012710712153511613
Binary1100001101110010101111000111101000110101110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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