#321618

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

Shades of Rustic Red #321618

Tints of Rustic Red #321618

Color information

#321618 (or 0x321618) is unknown color: approx Rustic Red. HEX triplet: 32, 16 and 18. RGB value is (50,22,24). Sum of RGB (Red+Green+Blue) = 50+22+24=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321618 is #CDE9E7. Grayscale: #1E1E1E. Windows color (decimal): -13494760 or 1578546. OLE color: 1578546.

HSL color Cylindrical-coordinate representation of color #321618: hue angle of 355.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321618 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB502224-
CMYK00.560.520.80
HSL355.71º38.89%14.12%-
HSV(B)355.71º56%19.61%-
XYZ1.771.321.03-
YUV30.6124.28141.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 24 (9.77% from 255) = 25%
R=52.08%
G=22.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50222400.560.520.80355.7138.8914.12
Hex321618038345016427e
Octal622630070641205444716
Binary1100101011011000011100011010010100001011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321618; }

 p { color: rgb(50,22,24); }

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

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

 a { background-color: rgb(50,22,24); }

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

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

 span { border-color: rgb(50,22,24); }

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