Html Css Color HEX #321518 Rustic Red

📋 copy color: '#321518'

red 50 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #321518

Tints of Rustic Red #321518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 52.63%
G = 22.11%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#321518 (or 0x321518) is known color: Rustic Red. HEX triplet: 32, 15 and 18. RGB value is (50,21,24). Sum of RGB (Red+Green+Blue) = 50+21+24=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #321518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321518 is #CDEAE7. Grayscale: #1E1E1E. Windows color (decimal): -13495016 or 1578290. OLE color: 1578290.

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

Color convert

RGB 50 21 24 -
CMYK 0 0.58 0.52 0.80
HSL 353.79º 0.41% 0.14% -
HSV(B) 353.79º 0.58% 0.2% -
XYZ 1.75 1.28 1.02 -
YUV 30.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 50 21 24 0 0.58 0.52 0.80 353.79 0.41 0.14
Hex 32 15 18 0 3A 34 50 162 29 E
Octal 62 25 30 0 72 64 120 542 51 16
Binary 110010 10101 11000 0 111010 110100 1010000 101100010 101001 1110

Color Harmonies of #321518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321518

Black with #321518

Text Example


Text Example

White with #321518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321518; }

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

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

background-color css

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

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

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

border-color css

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

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

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