#30161C

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

Shades of Rustic Red #30161C

Tints of Rustic Red #30161C

Color information

#30161C (or 0x30161C) is unknown color: approx Rustic Red. HEX triplet: 30, 16 and 1C. RGB value is (48,22,28). Sum of RGB (Red+Green+Blue) = 48+22+28=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30161C is #CFE9E3. Grayscale: #1E1E1E. Windows color (decimal): -13625828 or 1840688. OLE color: 1840688.

HSL color Cylindrical-coordinate representation of color #30161C: hue angle of 346.15º 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 #30161C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB482228-
CMYK00.540.420.81
HSL346.15º37.14%13.73%-
HSV(B)346.15º54.17%18.82%-
XYZ1.721.291.26-
YUV30.46126.61140.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 28 (11.33% from 255) = 28.57%
R=48.98%
G=22.45%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48222800.540.420.81346.1537.1413.73
Hex30161C0362A5115a25e
Octal602634066521215324516
Binary1100001011011100011011010101010100011010110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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