Html Css Color HEX #381C1F Rustic Red

📋 copy color: '#381C1F'

red 56 ◦ green 28 ◦ blue 31

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

Shades of Rustic Red #381C1F

Tints of Rustic Red #381C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.35%

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

R = 48.7%
G = 24.35%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#381C1F (or 0x381C1F) is known color: Rustic Red. HEX triplet: 38, 1C and 1F. RGB value is (56,28,31). Sum of RGB (Red+Green+Blue) = 56+28+31=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C1F is #C7E3E0. Grayscale: #242424. Windows color (decimal): -13100001 or 2038840. OLE color: 2038840.

HSL color Cylindrical-coordinate representation of color #381C1F: hue angle of 353.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C1F is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 31 -
CMYK 0 0.50 0.45 0.78
HSL 353.57º 0.33% 0.16% -
HSV(B) 353.57º 0.5% 0.22% -
XYZ 2.29 1.77 1.52 -
YUV 36.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 56 28 31 0 0.50 0.45 0.78 353.57 0.33 0.16
Hex 38 1C 1F 0 32 2D 4E 162 21 10
Octal 70 34 37 0 62 55 116 542 41 20
Binary 111000 11100 11111 0 110010 101101 1001110 101100010 100001 10000

Color Harmonies of #381C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C1F

Black with #381C1F

Text Example


Text Example

White with #381C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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