Html Css Color HEX #381B1D Rustic Red

📋 copy color: '#381B1D'

red 56 ◦ green 27 ◦ blue 29

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

Shades of Rustic Red #381B1D

Tints of Rustic Red #381B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.11%

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

R = 50%
G = 24.11%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#381B1D (or 0x381B1D) is known color: Rustic Red. HEX triplet: 38, 1B and 1D. RGB value is (56,27,29). Sum of RGB (Red+Green+Blue) = 56+27+29=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1D is #C7E4E2. Grayscale: #232323. Windows color (decimal): -13100259 or 1907512. OLE color: 1907512.

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

Color convert

RGB 56 27 29 -
CMYK 0 0.52 0.48 0.78
HSL 355.86º 0.35% 0.16% -
HSV(B) 355.86º 0.52% 0.22% -
XYZ 2.24 1.71 1.37 -
YUV 35.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 56 27 29 0 0.52 0.48 0.78 355.86 0.35 0.16
Hex 38 1B 1D 0 34 30 4E 164 23 10
Octal 70 33 35 0 64 60 116 544 43 20
Binary 111000 11011 11101 0 110100 110000 1001110 101100100 100011 10000

Color Harmonies of #381B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B1D

Black with #381B1D

Text Example


Text Example

White with #381B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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