#301B1C

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

Shades of Rustic Red #301B1C

Tints of Rustic Red #301B1C

Color information

#301B1C (or 0x301B1C) is unknown color: approx Rustic Red. HEX triplet: 30, 1B and 1C. RGB value is (48,27,28). Sum of RGB (Red+Green+Blue) = 48+27+28=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B1C is #CFE4E3. Grayscale: #212121. Windows color (decimal): -13624548 or 1841968. OLE color: 1841968.

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

Color convert

RGB482728-
CMYK00.440.420.81
HSL357.14º28%14.71%-
HSV(B)357.14º43.75%18.82%-
XYZ1.821.51.29-
YUV33.39124.96138.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=46.60%
G=26.21%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48272800.440.420.81357.142814.71
Hex301B1C02C2A511651cf
Octal603334054521215453417
Binary110000110111110001011001010101010001101100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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