Html Css Color HEX #321113 Rustic Red

📋 copy color: '#321113'

red 50 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #321113

Tints of Rustic Red #321113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

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

R = 58.14%
G = 19.77%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#321113 (or 0x321113) is known color: Rustic Red. HEX triplet: 32, 11 and 13. RGB value is (50,17,19). Sum of RGB (Red+Green+Blue) = 50+17+19=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321113 is #CDEEEC. Grayscale: #1B1B1B. Windows color (decimal): -13496045 or 1249586. OLE color: 1249586.

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

Color convert

RGB 50 17 19 -
CMYK 0 0.66 0.62 0.80
HSL 356.36º 0.49% 0.13% -
HSV(B) 356.36º 0.66% 0.2% -
XYZ 1.63 1.13 0.75 -
YUV 27.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 50 17 19 0 0.66 0.62 0.80 356.36 0.49 0.13
Hex 32 11 13 0 42 3E 50 164 31 D
Octal 62 21 23 0 102 76 120 544 61 15
Binary 110010 10001 10011 0 1000010 111110 1010000 101100100 110001 1101

Color Harmonies of #321113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321113

Black with #321113

Text Example


Text Example

White with #321113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321113; }

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

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

background-color css

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

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

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

border-color css

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

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

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