Html Css Color HEX #3B1F20 Rustic Red

📋 copy color: '#3B1F20'

red 59 ◦ green 31 ◦ blue 32

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

Shades of Rustic Red #3B1F20

Tints of Rustic Red #3B1F20

RGB

 RED value IS 59 (23.44% from 255) = 48.36%

 GREEN value IS 31 (12.5% from 255) = 25.41%

 BLUE value IS 32 (12.89% from 255) = 26.23%

R = 48.36%
G = 25.41%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#3B1F20 (or 0x3B1F20) is known color: Rustic Red. HEX triplet: 3B, 1F and 20. RGB value is (59,31,32). Sum of RGB (Red+Green+Blue) = 59+31+32=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F20 is #C4E0DF. Grayscale: #272727. Windows color (decimal): -12902624 or 2105147. OLE color: 2105147.

HSL color Cylindrical-coordinate representation of color #3B1F20: hue angle of 357.86º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B1F20 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 31 32 -
CMYK 0 0.47 0.46 0.77
HSL 357.86º 0.31% 0.18% -
HSV(B) 357.86º 0.47% 0.23% -
XYZ 2.55 2.01 1.62 -
YUV 39.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 59 31 32 0 0.47 0.46 0.77 357.86 0.31 0.18
Hex 3B 1F 20 0 2F 2E 4D 166 1F 12
Octal 73 37 40 0 57 56 115 546 37 22
Binary 111011 11111 100000 0 101111 101110 1001101 101100110 11111 10010

Color Harmonies of #3B1F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F20

Black with #3B1F20

Text Example


Text Example

White with #3B1F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B1F20; }

 p { color: rgb(59,31,32); }

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

background-color css

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

 a { background-color: rgb(59,31,32); }

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

border-color css

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

 span { border-color: rgb(59,31,32); }

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