#30151A

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

Shades of Rustic Red #30151A

Tints of Rustic Red #30151A

Color information

#30151A (or 0x30151A) is unknown color: approx Rustic Red. HEX triplet: 30, 15 and 1A. RGB value is (48,21,26). Sum of RGB (Red+Green+Blue) = 48+21+26=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30151A is #CFEAE5. Grayscale: #1D1D1D. Windows color (decimal): -13626086 or 1709360. OLE color: 1709360.

HSL color Cylindrical-coordinate representation of color #30151A: hue angle of 348.89º 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 #30151A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB482126-
CMYK00.560.460.81
HSL348.89º39.13%13.53%-
HSV(B)348.89º56.25%18.82%-
XYZ1.671.241.13-
YUV29.64125.95141.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=50.53%
G=22.11%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48212600.560.460.81348.8939.1313.53
Hex30151A0382E5115d27e
Octal602532070561215354716
Binary1100001010111010011100010111010100011010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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