#30050C

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

Shades of Rustic Red #30050C

Tints of Rustic Red #30050C

Color information

#30050C (or 0x30050C) is unknown color: approx Rustic Red. HEX triplet: 30, 05 and 0C. RGB value is (48,5,12). Sum of RGB (Red+Green+Blue) = 48+5+12=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #30050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050C is #CFFAF3. Grayscale: #121212. Windows color (decimal): -13630196 or 787760. OLE color: 787760.

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

Color convert

RGB48512-
CMYK00.900.750.81
HSL350.23º81.13%10.39%-
HSV(B)350.23º89.58%18.82%-
XYZ1.340.760.42-
YUV18.65124.25148.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 73.85%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=73.85%
G=7.69%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4851200.900.750.81350.2381.1310.39
Hex305C05A4B5115e51a
Octal60514013211312153612112
Binary1100001011100010110101001011101000110101111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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