#30121B

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

Shades of Rustic Red #30121B

Tints of Rustic Red #30121B

Color information

#30121B (or 0x30121B) is unknown color: approx Rustic Red. HEX triplet: 30, 12 and 1B. RGB value is (48,18,27). Sum of RGB (Red+Green+Blue) = 48+18+27=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30121B is #CFEDE4. Grayscale: #1B1B1B. Windows color (decimal): -13626853 or 1774128. OLE color: 1774128.

HSL color Cylindrical-coordinate representation of color #30121B: hue angle of 342º 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 #30121B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB481827-
CMYK00.630.440.81
HSL342º45.45%12.94%-
HSV(B)342º62.5%18.82%-
XYZ1.631.141.17-
YUV28127.44142.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=51.61%
G=19.35%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48182700.630.440.8134245.4512.94
Hex30121B03F2C511562dd
Octal602233077541215265515
Binary1100001001011011011111110110010100011010101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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