#30111B

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

Shades of Rustic Red #30111B

Tints of Rustic Red #30111B

Color information

#30111B (or 0x30111B) is unknown color: approx Rustic Red. HEX triplet: 30, 11 and 1B. RGB value is (48,17,27). Sum of RGB (Red+Green+Blue) = 48+17+27=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #30111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30111B is #CFEEE4. Grayscale: #1B1B1B. Windows color (decimal): -13627109 or 1773872. OLE color: 1773872.

HSL color Cylindrical-coordinate representation of color #30111B: hue angle of 340.65º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30111B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB481727-
CMYK00.650.440.81
HSL340.65º47.69%12.75%-
HSV(B)340.65º64.58%18.82%-
XYZ1.621.111.17-
YUV27.41127.77142.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=52.17%
G=18.48%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48172700.650.440.81340.6547.6912.75
Hex30111B0412C5115530d
Octal6021330101541215256015
Binary11000010001110110100000110110010100011010101011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,17,27); }

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

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

 a { background-color: rgb(48,17,27); }

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

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

 span { border-color: rgb(48,17,27); }

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