Html Css Color HEX #320B13 Rustic Red

📋 copy color: '#320B13'

red 50 ◦ green 11 ◦ blue 19

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

Shades of Rustic Red #320B13

Tints of Rustic Red #320B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.75%

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

R = 62.5%
G = 13.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#320B13 (or 0x320B13) is known color: Rustic Red. HEX triplet: 32, 0B and 13. RGB value is (50,11,19). Sum of RGB (Red+Green+Blue) = 50+11+19=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #320B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B13 is #CDF4EC. Grayscale: #171717. Windows color (decimal): -13497581 or 1248050. OLE color: 1248050.

HSL color Cylindrical-coordinate representation of color #320B13: hue angle of 347.69º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B13 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 11 19 -
CMYK 0 0.78 0.62 0.80
HSL 347.69º 0.64% 0.12% -
HSV(B) 347.69º 0.78% 0.2% -
XYZ 1.55 0.96 0.72 -
YUV 23.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 50 11 19 0 0.78 0.62 0.80 347.69 0.64 0.12
Hex 32 B 13 0 4E 3E 50 15C 40 C
Octal 62 13 23 0 116 76 120 534 100 14
Binary 110010 1011 10011 0 1001110 111110 1010000 101011100 1000000 1100

Color Harmonies of #320B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B13

Black with #320B13

Text Example


Text Example

White with #320B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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