#30090F

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

Shades of Rustic Red #30090F

Tints of Rustic Red #30090F

Color information

#30090F (or 0x30090F) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 0F. RGB value is (48,9,15). Sum of RGB (Red+Green+Blue) = 48+9+15=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #30090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30090F is #CFF6F0. Grayscale: #151515. Windows color (decimal): -13629169 or 985392. OLE color: 985392.

HSL color Cylindrical-coordinate representation of color #30090F: hue angle of 350.77º 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 #30090F is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB48915-
CMYK00.810.690.81
HSL350.77º68.42%11.18%-
HSV(B)350.77º81.25%18.82%-
XYZ1.40.860.54-
YUV21.34124.42147.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=66.67%
G=12.5%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4891500.810.690.81350.7768.4211.18
Hex309F051455115f44b
Octal601117012110512153710413
Binary11000010011111010100011000101101000110101111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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