#380916

Color #380916 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #380916

Tints of Rustic Red #380916

Color information

#380916 (or 0x380916) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 16. RGB value is (56,9,22). Sum of RGB (Red+Green+Blue) = 56+9+22=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #380916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380916 is #C7F6E9. Grayscale: #181818. Windows color (decimal): -13104874 or 1444152. OLE color: 1444152.

HSL color Cylindrical-coordinate representation of color #380916: hue angle of 343.4º 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 #380916 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB56922-
CMYK00.840.610.78
HSL343.4º72.31%12.75%-
HSV(B)343.4º83.93%21.96%-
XYZ1.871.090.87-
YUV24.54126.57150.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=64.37%
G=10.34%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5692200.840.610.78343.472.3112.75
Hex389160543D4E15748d
Octal70112601247511652711015
Binary11100010011011001010100111101100111010101011110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380916; }

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

 H1.HeaderClassName
 {
   color: #380916;
 }
 .AnyTagClassName
 {
   color: #380916;
 }
</style>
background-color css

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

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

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

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

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

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