#30121A

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

Shades of Rustic Red #30121A

Tints of Rustic Red #30121A

Color information

#30121A (or 0x30121A) is unknown color: approx Rustic Red. HEX triplet: 30, 12 and 1A. RGB value is (48,18,26). Sum of RGB (Red+Green+Blue) = 48+18+26=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #30121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121A is #CFEDE5. Grayscale: #1B1B1B. Windows color (decimal): -13626854 or 1708592. OLE color: 1708592.

HSL color Cylindrical-coordinate representation of color #30121A: hue angle of 344º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30121A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB481826-
CMYK00.630.460.81
HSL344º45.45%12.94%-
HSV(B)344º62.5%18.82%-
XYZ1.621.141.11-
YUV27.88126.94142.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=52.17%
G=19.57%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48182600.630.460.8134445.4512.94
Hex30121A03F2E511582dd
Octal602232077561215305515
Binary1100001001011010011111110111010100011010110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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