#30050A

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

Shades of Rustic Red #30050A

Tints of Rustic Red #30050A

Color information

#30050A (or 0x30050A) is unknown color: approx Rustic Red. HEX triplet: 30, 05 and 0A. RGB value is (48,5,10). Sum of RGB (Red+Green+Blue) = 48+5+10=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050A is #CFFAF5. Grayscale: #121212. Windows color (decimal): -13630198 or 656688. OLE color: 656688.

HSL color Cylindrical-coordinate representation of color #30050A: hue angle of 353.02º 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 #30050A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB48510-
CMYK00.900.790.81
HSL353.02º81.13%10.39%-
HSV(B)353.02º89.58%18.82%-
XYZ1.330.760.36-
YUV18.43123.25149.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 76.19%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 10 (4.30% from 255) = 15.87%
R=76.19%
G=7.94%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4851000.900.790.81353.0281.1310.39
Hex305A05A4F5116151a
Octal60512013211712154112112
Binary1100001011010010110101001111101000110110000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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