#321A1D

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

Shades of Rustic Red #321A1D

Tints of Rustic Red #321A1D

Color information

#321A1D (or 0x321A1D) is unknown color: approx Rustic Red. HEX triplet: 32, 1A and 1D. RGB value is (50,26,29). Sum of RGB (Red+Green+Blue) = 50+26+29=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A1D is #CDE5E2. Grayscale: #212121. Windows color (decimal): -13493731 or 1907250. OLE color: 1907250.

HSL color Cylindrical-coordinate representation of color #321A1D: hue angle of 352.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 #321A1D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB502629-
CMYK00.480.420.80
HSL352.5º31.58%14.9%-
HSV(B)352.5º48%19.61%-
XYZ1.911.511.35-
YUV33.52125.45139.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 26 (10.55% from 255) = 24.76%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=47.62%
G=24.76%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50262900.480.420.80352.531.5814.9
Hex321A1D0302A5016020f
Octal623235060521205404017
Binary1100101101011101011000010101010100001011000001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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