#30111A

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

Shades of Rustic Red #30111A

Tints of Rustic Red #30111A

Color information

#30111A (or 0x30111A) is unknown color: approx Rustic Red. HEX triplet: 30, 11 and 1A. RGB value is (48,17,26). Sum of RGB (Red+Green+Blue) = 48+17+26=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #30111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30111A is #CFEEE5. Grayscale: #1B1B1B. Windows color (decimal): -13627110 or 1708336. OLE color: 1708336.

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

Color convert

RGB481726-
CMYK00.650.460.81
HSL342.58º47.69%12.75%-
HSV(B)342.58º64.58%18.82%-
XYZ1.611.11.11-
YUV27.3127.27142.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=52.75%
G=18.68%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48172600.650.460.81342.5847.6912.75
Hex30111A0412E5115730d
Octal6021320101561215276015
Binary11000010001110100100000110111010100011010101111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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