Html Css Color HEX #381D1E Rustic Red

📋 copy color: '#381D1E'

red 56 ◦ green 29 ◦ blue 30

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

Shades of Rustic Red #381D1E

Tints of Rustic Red #381D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.09%

R = 48.7%
G = 25.22%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#381D1E (or 0x381D1E) is known color: Rustic Red. HEX triplet: 38, 1D and 1E. RGB value is (56,29,30). Sum of RGB (Red+Green+Blue) = 56+29+30=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D1E is #C7E2E1. Grayscale: #252525. Windows color (decimal): -13099746 or 1973560. OLE color: 1973560.

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

Color convert

RGB 56 29 30 -
CMYK 0 0.48 0.46 0.78
HSL 357.78º 0.32% 0.17% -
HSV(B) 357.78º 0.48% 0.22% -
XYZ 2.3 1.81 1.46 -
YUV 37.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 56 29 30 0 0.48 0.46 0.78 357.78 0.32 0.17
Hex 38 1D 1E 0 30 2E 4E 166 20 11
Octal 70 35 36 0 60 56 116 546 40 21
Binary 111000 11101 11110 0 110000 101110 1001110 101100110 100000 10001

Color Harmonies of #381D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D1E

Black with #381D1E

Text Example


Text Example

White with #381D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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