#30151B

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

Shades of Rustic Red #30151B

Tints of Rustic Red #30151B

Color information

#30151B (or 0x30151B) is unknown color: approx Rustic Red. HEX triplet: 30, 15 and 1B. RGB value is (48,21,27). Sum of RGB (Red+Green+Blue) = 48+21+27=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30151B is #CFEAE4. Grayscale: #1D1D1D. Windows color (decimal): -13626085 or 1774896. OLE color: 1774896.

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

Color convert

RGB482127-
CMYK00.560.440.81
HSL346.67º39.13%13.53%-
HSV(B)346.67º56.25%18.82%-
XYZ1.681.241.19-
YUV29.76126.45141.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=50%
G=21.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48212700.560.440.81346.6739.1313.53
Hex30151B0382C5115b27e
Octal602533070541215334716
Binary1100001010111011011100010110010100011010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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