Html Css Color HEX #381B1E Rustic Red

📋 copy color: '#381B1E'

red 56 ◦ green 27 ◦ blue 30

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

Shades of Rustic Red #381B1E

Tints of Rustic Red #381B1E

RGB

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

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

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

R = 49.56%
G = 23.89%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#381B1E (or 0x381B1E) is known color: Rustic Red. HEX triplet: 38, 1B and 1E. RGB value is (56,27,30). Sum of RGB (Red+Green+Blue) = 56+27+30=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1E is #C7E4E1. Grayscale: #242424. Windows color (decimal): -13100258 or 1973048. OLE color: 1973048.

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

Color convert

RGB 56 27 30 -
CMYK 0 0.52 0.46 0.78
HSL 353.79º 0.35% 0.16% -
HSV(B) 353.79º 0.52% 0.22% -
XYZ 2.26 1.72 1.44 -
YUV 36.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 56 27 30 0 0.52 0.46 0.78 353.79 0.35 0.16
Hex 38 1B 1E 0 34 2E 4E 162 23 10
Octal 70 33 36 0 64 56 116 542 43 20
Binary 111000 11011 11110 0 110100 101110 1001110 101100010 100011 10000

Color Harmonies of #381B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B1E

Black with #381B1E

Text Example


Text Example

White with #381B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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