#380716

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

Shades of Rustic Red #380716

Tints of Rustic Red #380716

Color information

#380716 (or 0x380716) is unknown color: approx Rustic Red. HEX triplet: 38, 07 and 16. RGB value is (56,7,22). Sum of RGB (Red+Green+Blue) = 56+7+22=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #380716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380716 is #C7F8E9. Grayscale: #171717. Windows color (decimal): -13105386 or 1443640. OLE color: 1443640.

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

Color convert

RGB56722-
CMYK00.880.610.78
HSL341.63º77.78%12.35%-
HSV(B)341.63º87.5%21.96%-
XYZ1.851.050.86-
YUV23.36127.23151.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.88%
GREEN value IS 7 (3.12% from 255) = 8.24%
BLUE value IS 22 (8.98% from 255) = 25.88%
R=65.88%
G=8.24%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5672200.880.610.78341.6377.7812.35
Hex387160583D4E1564ec
Octal7072601307511652611614
Binary1110001111011001011000111101100111010101011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380716; }

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

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

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

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

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

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

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

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