#301218

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

Shades of Rustic Red #301218

Tints of Rustic Red #301218

Color information

#301218 (or 0x301218) is unknown color: approx Rustic Red. HEX triplet: 30, 12 and 18. RGB value is (48,18,24). Sum of RGB (Red+Green+Blue) = 48+18+24=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301218 is #CFEDE7. Grayscale: #1B1B1B. Windows color (decimal): -13626856 or 1577520. OLE color: 1577520.

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

Color convert

RGB481824-
CMYK00.630.50.81
HSL348º45.45%12.94%-
HSV(B)348º62.5%18.82%-
XYZ1.61.131-
YUV27.65125.94142.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=53.33%
G=20%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48182400.630.50.8134845.4512.94
Hex30121803F325115c2dd
Octal602230077621215345515
Binary1100001001011000011111111001010100011010111001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301218; }

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

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

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

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

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

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

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

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