#331A1B

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

Shades of Rustic Red #331A1B

Tints of Rustic Red #331A1B

Color information

#331A1B (or 0x331A1B) is unknown color: approx Rustic Red. HEX triplet: 33, 1A and 1B. RGB value is (51,26,27). Sum of RGB (Red+Green+Blue) = 51+26+27=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #331A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A1B is #CCE5E4. Grayscale: #212121. Windows color (decimal): -13428197 or 1776179. OLE color: 1776179.

HSL color Cylindrical-coordinate representation of color #331A1B: hue angle of 357.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A1B is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB512627-
CMYK00.490.470.8
HSL357.6º32.47%15.1%-
HSV(B)357.6º49.02%20%-
XYZ1.931.521.23-
YUV33.59124.28140.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=49.04%
G=25%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51262700.490.470.8357.632.4715.1
Hex331A1B0312F5016620f
Octal633233061571205464017
Binary1100111101011011011000110111110100001011001101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A1B; }

 p { color: rgb(51,26,27); }

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

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

 a { background-color: rgb(51,26,27); }

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

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

 span { border-color: rgb(51,26,27); }

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