Html Css Color HEX #321213 Rustic Red

📋 copy color: '#321213'

red 50 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #321213

Tints of Rustic Red #321213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.84%

R = 57.47%
G = 20.69%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#321213 (or 0x321213) is known color: Rustic Red. HEX triplet: 32, 12 and 13. RGB value is (50,18,19). Sum of RGB (Red+Green+Blue) = 50+18+19=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #321213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321213 is #CDEDEC. Grayscale: #1B1B1B. Windows color (decimal): -13495789 or 1249842. OLE color: 1249842.

HSL color Cylindrical-coordinate representation of color #321213: hue angle of 358.12º 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 #321213 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 18 19 -
CMYK 0 0.64 0.62 0.80
HSL 358.13º 0.47% 0.13% -
HSV(B) 358.13º 0.64% 0.2% -
XYZ 1.65 1.16 0.75 -
YUV 27.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 50 18 19 0 0.64 0.62 0.80 358.13 0.47 0.13
Hex 32 12 13 0 40 3E 50 166 2F D
Octal 62 22 23 0 100 76 120 546 57 15
Binary 110010 10010 10011 0 1000000 111110 1010000 101100110 101111 1101

Color Harmonies of #321213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321213

Black with #321213

Text Example


Text Example

White with #321213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321213; }

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

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

background-color css

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

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

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

border-color css

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

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

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