Html Css Color HEX #380914 Rustic Red

📋 copy color: '#380914'

red 56 ◦ green 9 ◦ blue 20

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

Shades of Rustic Red #380914

Tints of Rustic Red #380914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.59%

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

R = 65.88%
G = 10.59%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#380914 (or 0x380914) is known color: Rustic Red. HEX triplet: 38, 09 and 14. RGB value is (56,9,20). Sum of RGB (Red+Green+Blue) = 56+9+20=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #380914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380914 is #C7F6EB. Grayscale: #181818. Windows color (decimal): -13104876 or 1313080. OLE color: 1313080.

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

Color convert

RGB 56 9 20 -
CMYK 0 0.84 0.64 0.78
HSL 345.96º 0.72% 0.13% -
HSV(B) 345.96º 0.84% 0.22% -
XYZ 1.85 1.09 0.77 -
YUV 24.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 56 9 20 0 0.84 0.64 0.78 345.96 0.72 0.13
Hex 38 9 14 0 54 40 4E 15A 48 D
Octal 70 11 24 0 124 100 116 532 110 15
Binary 111000 1001 10100 0 1010100 1000000 1001110 101011010 1001000 1101

Color Harmonies of #380914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380914

Black with #380914

Text Example


Text Example

White with #380914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380914; }

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

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

background-color css

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

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

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

border-color css

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

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

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