#321A1B

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

Shades of Rustic Red #321A1B

Tints of Rustic Red #321A1B

Color information

#321A1B (or 0x321A1B) is unknown color: approx Rustic Red. HEX triplet: 32, 1A and 1B. RGB value is (50,26,27). Sum of RGB (Red+Green+Blue) = 50+26+27=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A1B is #CDE5E4. Grayscale: #212121. Windows color (decimal): -13493733 or 1776178. OLE color: 1776178.

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

Color convert

RGB502627-
CMYK00.480.460.80
HSL357.5º31.58%14.9%-
HSV(B)357.5º48%19.61%-
XYZ1.881.51.23-
YUV33.29124.45139.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=48.54%
G=25.24%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50262700.480.460.80357.531.5814.9
Hex321A1B0302E5016620f
Octal623233060561205464017
Binary1100101101011011011000010111010100001011001101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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