#30161B

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

Shades of Rustic Red #30161B

Tints of Rustic Red #30161B

Color information

#30161B (or 0x30161B) is unknown color: approx Rustic Red. HEX triplet: 30, 16 and 1B. RGB value is (48,22,27). Sum of RGB (Red+Green+Blue) = 48+22+27=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30161B is #CFE9E4. Grayscale: #1E1E1E. Windows color (decimal): -13625829 or 1775152. OLE color: 1775152.

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

Color convert

RGB482227-
CMYK00.540.440.81
HSL348.46º37.14%13.73%-
HSV(B)348.46º54.17%18.82%-
XYZ1.71.281.19-
YUV30.34126.11140.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=49.48%
G=22.68%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48222700.540.440.81348.4637.1413.73
Hex30161B0362C5115c25e
Octal602633066541215344516
Binary1100001011011011011011010110010100011010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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