Html Css Color HEX #381A1D Rustic Red

📋 copy color: '#381A1D'

red 56 ◦ green 26 ◦ blue 29

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

Shades of Rustic Red #381A1D

Tints of Rustic Red #381A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.42%

 BLUE value IS 29 (11.72% from 255) = 26.13%

R = 50.45%
G = 23.42%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#381A1D (or 0x381A1D) is known color: Rustic Red. HEX triplet: 38, 1A and 1D. RGB value is (56,26,29). Sum of RGB (Red+Green+Blue) = 56+26+29=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A1D is #C7E5E2. Grayscale: #232323. Windows color (decimal): -13100515 or 1907256. OLE color: 1907256.

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

Color convert

RGB 56 26 29 -
CMYK 0 0.54 0.48 0.78
HSL 354º 0.37% 0.16% -
HSV(B) 354º 0.54% 0.22% -
XYZ 2.22 1.67 1.37 -
YUV 35.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 56 26 29 0 0.54 0.48 0.78 354 0.37 0.16
Hex 38 1A 1D 0 36 30 4E 162 25 10
Octal 70 32 35 0 66 60 116 542 45 20
Binary 111000 11010 11101 0 110110 110000 1001110 101100010 100101 10000

Color Harmonies of #381A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A1D

Black with #381A1D

Text Example


Text Example

White with #381A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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