#30050D

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

Shades of Rustic Red #30050D

Tints of Rustic Red #30050D

Color information

#30050D (or 0x30050D) is unknown color: approx Rustic Red. HEX triplet: 30, 05 and 0D. RGB value is (48,5,13). Sum of RGB (Red+Green+Blue) = 48+5+13=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #30050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050D is #CFFAF2. Grayscale: #121212. Windows color (decimal): -13630195 or 853296. OLE color: 853296.

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

Color convert

RGB48513-
CMYK00.900.730.81
HSL348.84º81.13%10.39%-
HSV(B)348.84º89.58%18.82%-
XYZ1.350.770.46-
YUV18.77124.75148.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=72.73%
G=7.58%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4851300.900.730.81348.8481.1310.39
Hex305D05A495115d51a
Octal60515013211112153512112
Binary1100001011101010110101001001101000110101110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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