#30050B

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

Shades of Rustic Red #30050B

Tints of Rustic Red #30050B

Color information

#30050B (or 0x30050B) is unknown color: approx Rustic Red. HEX triplet: 30, 05 and 0B. RGB value is (48,5,11). Sum of RGB (Red+Green+Blue) = 48+5+11=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #30050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050B is #CFFAF4. Grayscale: #121212. Windows color (decimal): -13630197 or 722224. OLE color: 722224.

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

Color convert

RGB48511-
CMYK00.900.770.81
HSL351.63º81.13%10.39%-
HSV(B)351.63º89.58%18.82%-
XYZ1.330.760.39-
YUV18.54123.75149.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=75%
G=7.81%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4851100.900.770.81351.6381.1310.39
Hex305B05A4D5116051a
Octal60513013211512154012112
Binary1100001011011010110101001101101000110110000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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