Html Css Color HEX #381F21 Rustic Red

📋 copy color: '#381F21'

red 56 ◦ green 31 ◦ blue 33

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

Shades of Rustic Red #381F21

Tints of Rustic Red #381F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 46.67%
G = 25.83%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#381F21 (or 0x381F21) is known color: Rustic Red. HEX triplet: 38, 1F and 21. RGB value is (56,31,33). Sum of RGB (Red+Green+Blue) = 56+31+33=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #381F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F21 is #C7E0DE. Grayscale: #262626. Windows color (decimal): -13099231 or 2170680. OLE color: 2170680.

HSL color Cylindrical-coordinate representation of color #381F21: hue angle of 355.2º 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 #381F21 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 33 -
CMYK 0 0.45 0.41 0.78
HSL 355.2º 0.29% 0.17% -
HSV(B) 355.2º 0.45% 0.22% -
XYZ 2.4 1.93 1.69 -
YUV 38.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 56 31 33 0 0.45 0.41 0.78 355.2 0.29 0.17
Hex 38 1F 21 0 2D 29 4E 163 1D 11
Octal 70 37 41 0 55 51 116 543 35 21
Binary 111000 11111 100001 0 101101 101001 1001110 101100011 11101 10001

Color Harmonies of #381F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F21

Black with #381F21

Text Example


Text Example

White with #381F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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