Html Css Color HEX #381E1F Rustic Red

📋 copy color: '#381E1F'

red 56 ◦ green 30 ◦ blue 31

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

Shades of Rustic Red #381E1F

Tints of Rustic Red #381E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.64%

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 47.86%
G = 25.64%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#381E1F (or 0x381E1F) is known color: Rustic Red. HEX triplet: 38, 1E and 1F. RGB value is (56,30,31). Sum of RGB (Red+Green+Blue) = 56+30+31=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E1F is #C7E1E0. Grayscale: #252525. Windows color (decimal): -13099489 or 2039352. OLE color: 2039352.

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

Color convert

RGB 56 30 31 -
CMYK 0 0.46 0.45 0.78
HSL 357.69º 0.3% 0.17% -
HSV(B) 357.69º 0.46% 0.22% -
XYZ 2.34 1.87 1.53 -
YUV 37.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 56 30 31 0 0.46 0.45 0.78 357.69 0.3 0.17
Hex 38 1E 1F 0 2E 2D 4E 166 1E 11
Octal 70 36 37 0 56 55 116 546 36 21
Binary 111000 11110 11111 0 101110 101101 1001110 101100110 11110 10001

Color Harmonies of #381E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E1F

Black with #381E1F

Text Example


Text Example

White with #381E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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