#30050F

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

Shades of Rustic Red #30050F

Tints of Rustic Red #30050F

Color information

#30050F (or 0x30050F) is unknown color: approx Rustic Red. HEX triplet: 30, 05 and 0F. RGB value is (48,5,15). Sum of RGB (Red+Green+Blue) = 48+5+15=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #30050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050F is #CFFAF0. Grayscale: #121212. Windows color (decimal): -13630193 or 984368. OLE color: 984368.

HSL color Cylindrical-coordinate representation of color #30050F: hue angle of 346.05º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30050F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB48515-
CMYK00.900.690.81
HSL346.05º81.13%10.39%-
HSV(B)346.05º89.58%18.82%-
XYZ1.360.770.53-
YUV19125.75148.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 70.59%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=70.59%
G=7.35%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4851500.900.690.81346.0581.1310.39
Hex305F05A455115a51a
Octal60517013210512153212112
Binary1100001011111010110101000101101000110101101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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