Html Css Color HEX #380E1B Rustic Red

📋 copy color: '#380E1B'

red 56 ◦ green 14 ◦ blue 27

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

Shades of Rustic Red #380E1B

Tints of Rustic Red #380E1B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.43%

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 57.73%
G = 14.43%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#380E1B (or 0x380E1B) is known color: Rustic Red. HEX triplet: 38, 0E and 1B. RGB value is (56,14,27). Sum of RGB (Red+Green+Blue) = 56+14+27=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E1B is #C7F1E4. Grayscale: #1C1C1C. Windows color (decimal): -13103589 or 1773112. OLE color: 1773112.

HSL color Cylindrical-coordinate representation of color #380E1B: hue angle of 341.43º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E1B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 14 27 -
CMYK 0 0.75 0.52 0.78
HSL 341.43º 0.6% 0.14% -
HSV(B) 341.43º 0.75% 0.22% -
XYZ 1.99 1.23 1.17 -
YUV 28.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 56 14 27 0 0.75 0.52 0.78 341.43 0.6 0.14
Hex 38 E 1B 0 4B 34 4E 155 3C E
Octal 70 16 33 0 113 64 116 525 74 16
Binary 111000 1110 11011 0 1001011 110100 1001110 101010101 111100 1110

Color Harmonies of #380E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E1B

Black with #380E1B

Text Example


Text Example

White with #380E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380E1B; }

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

 H1.HeaderClassName
 {
   color: #380E1B;
 }
 .AnyTagClassName
 {
   color: #380E1B;
 }
</style>

background-color css

<style>
 a { background-color: #380E1B; }

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

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

border-color css

<style>
 span { border-color: #380E1B; }

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

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