#30060F

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

Shades of Rustic Red #30060F

Tints of Rustic Red #30060F

Color information

#30060F (or 0x30060F) is unknown color: approx Rustic Red. HEX triplet: 30, 06 and 0F. RGB value is (48,6,15). Sum of RGB (Red+Green+Blue) = 48+6+15=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #30060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060F is #CFF9F0. Grayscale: #131313. Windows color (decimal): -13629937 or 984624. OLE color: 984624.

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

Color convert

RGB48615-
CMYK00.870.690.81
HSL347.14º77.78%10.59%-
HSV(B)347.14º87.5%18.82%-
XYZ1.370.790.53-
YUV19.58125.41148.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 6 (2.73% from 255) = 8.70%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=69.57%
G=8.70%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4861500.870.690.81347.1477.7810.59
Hex306F057455115b4eb
Octal60617012710512153311613
Binary1100001101111010101111000101101000110101101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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