#321C1E

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

Shades of Rustic Red #321C1E

Tints of Rustic Red #321C1E

Color information

#321C1E (or 0x321C1E) is unknown color: approx Rustic Red. HEX triplet: 32, 1C and 1E. RGB value is (50,28,30). Sum of RGB (Red+Green+Blue) = 50+28+30=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C1E is #CDE3E1. Grayscale: #222222. Windows color (decimal): -13493218 or 1973298. OLE color: 1973298.

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

Color convert

RGB502830-
CMYK00.440.400.80
HSL354.55º28.21%15.29%-
HSV(B)354.55º44%19.61%-
XYZ1.961.61.43-
YUV34.81125.29138.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=46.30%
G=25.93%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50283000.440.400.80354.5528.2115.29
Hex321C1E02C28501631cf
Octal623436054501205433417
Binary110010111001111001011001010001010000101100011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,28,30); }

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

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

 a { background-color: rgb(50,28,30); }

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

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

 span { border-color: rgb(50,28,30); }

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