#301A1C

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

Shades of Rustic Red #301A1C

Tints of Rustic Red #301A1C

Color information

#301A1C (or 0x301A1C) is unknown color: approx Rustic Red. HEX triplet: 30, 1A and 1C. RGB value is (48,26,28). Sum of RGB (Red+Green+Blue) = 48+26+28=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A1C is #CFE5E3. Grayscale: #202020. Windows color (decimal): -13624804 or 1841712. OLE color: 1841712.

HSL color Cylindrical-coordinate representation of color #301A1C: hue angle of 354.55º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A1C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB482628-
CMYK00.460.420.81
HSL354.55º29.73%14.51%-
HSV(B)354.55º45.83%18.82%-
XYZ1.81.451.28-
YUV32.81125.29138.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=47.06%
G=25.49%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48262800.460.420.81354.5529.7314.51
Hex301A1C02E2A511631ef
Octal603234056521215433617
Binary110000110101110001011101010101010001101100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A1C; }

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

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

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

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

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

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

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

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