Html Css Color HEX #320D17 Rustic Red

📋 copy color: '#320D17'

red 50 ◦ green 13 ◦ blue 23

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

Shades of Rustic Red #320D17

Tints of Rustic Red #320D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.12%

 BLUE value IS 23 (9.38% from 255) = 26.74%

R = 58.14%
G = 15.12%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#320D17 (or 0x320D17) is known color: Rustic Red. HEX triplet: 32, 0D and 17. RGB value is (50,13,23). Sum of RGB (Red+Green+Blue) = 50+13+23=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #320D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D17 is #CDF2E8. Grayscale: #191919. Windows color (decimal): -13497065 or 1510706. OLE color: 1510706.

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

Color convert

RGB 50 13 23 -
CMYK 0 0.74 0.54 0.80
HSL 343.78º 0.59% 0.12% -
HSV(B) 343.78º 0.74% 0.2% -
XYZ 1.61 1.03 0.92 -
YUV 25.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 50 13 23 0 0.74 0.54 0.80 343.78 0.59 0.12
Hex 32 D 17 0 4A 36 50 158 3B C
Octal 62 15 27 0 112 66 120 530 73 14
Binary 110010 1101 10111 0 1001010 110110 1010000 101011000 111011 1100

Color Harmonies of #320D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D17

Black with #320D17

Text Example


Text Example

White with #320D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,13,23); }

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

background-color css

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

 a { background-color: rgb(50,13,23); }

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

border-color css

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

 span { border-color: rgb(50,13,23); }

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