Html Css Color HEX #321415 Rustic Red

📋 copy color: '#321415'

red 50 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #321415

Tints of Rustic Red #321415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.98%

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 54.95%
G = 21.98%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#321415 (or 0x321415) is known color: Rustic Red. HEX triplet: 32, 14 and 15. RGB value is (50,20,21). Sum of RGB (Red+Green+Blue) = 50+20+21=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #321415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321415 is #CDEBEA. Grayscale: #1D1D1D. Windows color (decimal): -13495275 or 1381426. OLE color: 1381426.

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

Color convert

RGB 50 20 21 -
CMYK 0 0.60 0.58 0.80
HSL 358º 0.43% 0.14% -
HSV(B) 358º 0.6% 0.2% -
XYZ 1.7 1.23 0.86 -
YUV 29.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 50 20 21 0 0.60 0.58 0.80 358 0.43 0.14
Hex 32 14 15 0 3C 3A 50 166 2B E
Octal 62 24 25 0 74 72 120 546 53 16
Binary 110010 10100 10101 0 111100 111010 1010000 101100110 101011 1110

Color Harmonies of #321415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321415

Black with #321415

Text Example


Text Example

White with #321415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321415; }

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

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

background-color css

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

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

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

border-color css

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

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

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