Html Css Color HEX #381D20 Rustic Red

📋 copy color: '#381D20'

red 56 ◦ green 29 ◦ blue 32

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

Shades of Rustic Red #381D20

Tints of Rustic Red #381D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.79%

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

R = 47.86%
G = 24.79%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#381D20 (or 0x381D20) is known color: Rustic Red. HEX triplet: 38, 1D and 20. RGB value is (56,29,32). Sum of RGB (Red+Green+Blue) = 56+29+32=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D20 is #C7E2DF. Grayscale: #252525. Windows color (decimal): -13099744 or 2104632. OLE color: 2104632.

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

Color convert

RGB 56 29 32 -
CMYK 0 0.48 0.43 0.78
HSL 353.33º 0.32% 0.17% -
HSV(B) 353.33º 0.48% 0.22% -
XYZ 2.33 1.82 1.6 -
YUV 37.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 56 29 32 0 0.48 0.43 0.78 353.33 0.32 0.17
Hex 38 1D 20 0 30 2B 4E 161 20 11
Octal 70 35 40 0 60 53 116 541 40 21
Binary 111000 11101 100000 0 110000 101011 1001110 101100001 100000 10001

Color Harmonies of #381D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D20

Black with #381D20

Text Example


Text Example

White with #381D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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