Html Css Color HEX #380414 Rustic Red

📋 copy color: '#380414'

red 56 ◦ green 4 ◦ blue 20

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

Shades of Rustic Red #380414

Tints of Rustic Red #380414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5%

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

R = 70%
G = 5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#380414 (or 0x380414) is known color: Rustic Red. HEX triplet: 38, 04 and 14. RGB value is (56,4,20). Sum of RGB (Red+Green+Blue) = 56+4+20=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380414 is #C7FBEB. Grayscale: #151515. Windows color (decimal): -13106156 or 1311800. OLE color: 1311800.

HSL color Cylindrical-coordinate representation of color #380414: hue angle of 341.54º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380414 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 4 20 -
CMYK 0 0.93 0.64 0.78
HSL 341.54º 0.87% 0.12% -
HSV(B) 341.54º 0.93% 0.22% -
XYZ 1.8 0.98 0.76 -
YUV 21.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 56 4 20 0 0.93 0.64 0.78 341.54 0.87 0.12
Hex 38 4 14 0 5D 40 4E 156 57 C
Octal 70 4 24 0 135 100 116 526 127 14
Binary 111000 100 10100 0 1011101 1000000 1001110 101010110 1010111 1100

Color Harmonies of #380414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380414

Black with #380414

Text Example


Text Example

White with #380414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380414; }

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

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

background-color css

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

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

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

border-color css

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

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

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