#30080F

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

Shades of Rustic Red #30080F

Tints of Rustic Red #30080F

Color information

#30080F (or 0x30080F) is unknown color: approx Rustic Red. HEX triplet: 30, 08 and 0F. RGB value is (48,8,15). Sum of RGB (Red+Green+Blue) = 48+8+15=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #30080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30080F is #CFF7F0. Grayscale: #141414. Windows color (decimal): -13629425 or 985136. OLE color: 985136.

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

Color convert

RGB48815-
CMYK00.830.690.81
HSL349.5º71.43%10.98%-
HSV(B)349.5º83.33%18.82%-
XYZ1.390.840.54-
YUV20.76124.75147.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 67.61%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=67.61%
G=11.27%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4881500.830.690.81349.571.4310.98
Hex308F053455115e47b
Octal601017012310512153610713
Binary11000010001111010100111000101101000110101111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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