Html Css Color HEX #380E14 Rustic Red

📋 copy color: '#380E14'

red 56 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #380E14

Tints of Rustic Red #380E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.22%

R = 62.22%
G = 15.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#380E14 (or 0x380E14) is known color: Rustic Red. HEX triplet: 38, 0E and 14. RGB value is (56,14,20). Sum of RGB (Red+Green+Blue) = 56+14+20=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #380E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E14 is #C7F1EB. Grayscale: #1B1B1B. Windows color (decimal): -13103596 or 1314360. OLE color: 1314360.

HSL color Cylindrical-coordinate representation of color #380E14: hue angle of 351.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 #380E14 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 14 20 -
CMYK 0 0.75 0.64 0.78
HSL 351.43º 0.6% 0.14% -
HSV(B) 351.43º 0.75% 0.22% -
XYZ 1.91 1.21 0.79 -
YUV 27.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 56 14 20 0 0.75 0.64 0.78 351.43 0.6 0.14
Hex 38 E 14 0 4B 40 4E 15F 3C E
Octal 70 16 24 0 113 100 116 537 74 16
Binary 111000 1110 10100 0 1001011 1000000 1001110 101011111 111100 1110

Color Harmonies of #380E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E14

Black with #380E14

Text Example


Text Example

White with #380E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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