#380516

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

Shades of Rustic Red #380516

Tints of Rustic Red #380516

Color information

#380516 (or 0x380516) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 16. RGB value is (56,5,22). Sum of RGB (Red+Green+Blue) = 56+5+22=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380516 is #C7FAE9. Grayscale: #161616. Windows color (decimal): -13105898 or 1443128. OLE color: 1443128.

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

Color convert

RGB56522-
CMYK00.910.610.78
HSL340º83.61%11.96%-
HSV(B)340º91.07%21.96%-
XYZ1.831.010.86-
YUV22.19127.9152.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=67.47%
G=6.02%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652200.910.610.7834083.6111.96
Hex3851605B3D4E15454c
Octal7052601337511652412414
Binary1110001011011001011011111101100111010101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380516; }

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

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

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

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

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

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

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

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