Html Css Color HEX #321216 Rustic Red

📋 copy color: '#321216'

red 50 ◦ green 18 ◦ blue 22

#321216
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #321216

Tints of Rustic Red #321216

RGB

 RED value IS 50 (19.92% from 255) = 55.56%

 GREEN value IS 18 (7.42% from 255) = 20%

 BLUE value IS 22 (8.98% from 255) = 24.44%

R = 55.56%
G = 20%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#321216 (or 0x321216) is known color: Rustic Red. HEX triplet: 32, 12 and 16. RGB value is (50,18,22). Sum of RGB (Red+Green+Blue) = 50+18+22=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321216 is #CDEDE9. Grayscale: #1C1C1C. Windows color (decimal): -13495786 or 1446450. OLE color: 1446450.

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

Color convert

RGB 50 18 22 -
CMYK 0 0.64 0.56 0.80
HSL 352.5º 0.47% 0.13% -
HSV(B) 352.5º 0.64% 0.2% -
XYZ 1.68 1.17 0.9 -
YUV 28.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 50 18 22 0 0.64 0.56 0.80 352.5 0.47 0.13
Hex 32 12 16 0 40 38 50 160 2F D
Octal 62 22 26 0 100 70 120 540 57 15
Binary 110010 10010 10110 0 1000000 111000 1010000 101100000 101111 1101

Color Harmonies of #321216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321216

Black with #321216

Text Example


Text Example

White with #321216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321216; }

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

 H1.HeaderClassName
 {
   color: #321216;
 }
 .AnyTagClassName
 {
   color: #321216;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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