#30090E

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

Shades of Rustic Red #30090E

Tints of Rustic Red #30090E

Color information

#30090E (or 0x30090E) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 0E. RGB value is (48,9,14). Sum of RGB (Red+Green+Blue) = 48+9+14=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #30090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30090E is #CFF6F1. Grayscale: #151515. Windows color (decimal): -13629170 or 919856. OLE color: 919856.

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

Color convert

RGB48914-
CMYK00.810.710.81
HSL352.31º68.42%11.18%-
HSV(B)352.31º81.25%18.82%-
XYZ1.40.860.51-
YUV21.23123.92147.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=67.61%
G=12.68%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4891400.810.710.81352.3168.4211.18
Hex309E051475116044b
Octal601116012110712154010413
Binary11000010011110010100011000111101000110110000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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