Html Css Color HEX #321013 Rustic Red

📋 copy color: '#321013'

red 50 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #321013

Tints of Rustic Red #321013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 58.82%
G = 18.82%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#321013 (or 0x321013) is known color: Rustic Red. HEX triplet: 32, 10 and 13. RGB value is (50,16,19). Sum of RGB (Red+Green+Blue) = 50+16+19=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #321013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321013 is #CDEFEC. Grayscale: #1A1A1A. Windows color (decimal): -13496301 or 1249330. OLE color: 1249330.

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

Color convert

RGB 50 16 19 -
CMYK 0 0.68 0.62 0.80
HSL 354.71º 0.52% 0.13% -
HSV(B) 354.71º 0.68% 0.2% -
XYZ 1.62 1.1 0.74 -
YUV 26.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 50 16 19 0 0.68 0.62 0.80 354.71 0.52 0.13
Hex 32 10 13 0 44 3E 50 163 34 D
Octal 62 20 23 0 104 76 120 543 64 15
Binary 110010 10000 10011 0 1000100 111110 1010000 101100011 110100 1101

Color Harmonies of #321013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321013

Black with #321013

Text Example


Text Example

White with #321013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321013; }

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

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

background-color css

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

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

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

border-color css

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

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

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