Html Css Color HEX #381F20 Rustic Red

📋 copy color: '#381F20'

red 56 ◦ green 31 ◦ blue 32

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

Shades of Rustic Red #381F20

Tints of Rustic Red #381F20

RGB

 RED value IS 56 (22.27% from 255) = 47.06%

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

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

R = 47.06%
G = 26.05%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#381F20 (or 0x381F20) is known color: Rustic Red. HEX triplet: 38, 1F and 20. RGB value is (56,31,32). Sum of RGB (Red+Green+Blue) = 56+31+32=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #381F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F20 is #C7E0DF. Grayscale: #262626. Windows color (decimal): -13099232 or 2105144. OLE color: 2105144.

HSL color Cylindrical-coordinate representation of color #381F20: hue angle of 357.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #381F20 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 32 -
CMYK 0 0.45 0.43 0.78
HSL 357.6º 0.29% 0.17% -
HSV(B) 357.6º 0.45% 0.22% -
XYZ 2.38 1.93 1.61 -
YUV 38.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 56 31 32 0 0.45 0.43 0.78 357.6 0.29 0.17
Hex 38 1F 20 0 2D 2B 4E 166 1D 11
Octal 70 37 40 0 55 53 116 546 35 21
Binary 111000 11111 100000 0 101101 101011 1001110 101100110 11101 10001

Color Harmonies of #381F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F20

Black with #381F20

Text Example


Text Example

White with #381F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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