#30040F

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

Shades of Rustic Red #30040F

Tints of Rustic Red #30040F

Color information

#30040F (or 0x30040F) is unknown color: approx Rustic Red. HEX triplet: 30, 04 and 0F. RGB value is (48,4,15). Sum of RGB (Red+Green+Blue) = 48+4+15=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #30040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30040F is #CFFBF0. Grayscale: #121212. Windows color (decimal): -13630449 or 984112. OLE color: 984112.

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

Color convert

RGB48415-
CMYK00.920.690.81
HSL345º84.62%10.2%-
HSV(B)345º91.67%18.82%-
XYZ1.350.750.53-
YUV18.41126.08149.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=71.64%
G=5.97%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4841500.920.690.8134584.6210.2
Hex304F05C455115955a
Octal60417013410512153112512
Binary1100001001111010111001000101101000110101100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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