Html Css Color HEX #381C1D Rustic Red

📋 copy color: '#381C1D'

red 56 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #381C1D

Tints of Rustic Red #381C1D

RGB

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

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

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

R = 49.56%
G = 24.78%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#381C1D (or 0x381C1D) is known color: Rustic Red. HEX triplet: 38, 1C and 1D. RGB value is (56,28,29). Sum of RGB (Red+Green+Blue) = 56+28+29=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C1D is #C7E3E2. Grayscale: #242424. Windows color (decimal): -13100003 or 1907768. OLE color: 1907768.

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

Color convert

RGB 56 28 29 -
CMYK 0 0.50 0.48 0.78
HSL 357.86º 0.33% 0.16% -
HSV(B) 357.86º 0.5% 0.22% -
XYZ 2.27 1.76 1.38 -
YUV 36.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 56 28 29 0 0.50 0.48 0.78 357.86 0.33 0.16
Hex 38 1C 1D 0 32 30 4E 166 21 10
Octal 70 34 35 0 62 60 116 546 41 20
Binary 111000 11100 11101 0 110010 110000 1001110 101100110 100001 10000

Color Harmonies of #381C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C1D

Black with #381C1D

Text Example


Text Example

White with #381C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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