#380715

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

Shades of Rustic Red #380715

Tints of Rustic Red #380715

Color information

#380715 (or 0x380715) is unknown color: approx Rustic Red. HEX triplet: 38, 07 and 15. RGB value is (56,7,21). Sum of RGB (Red+Green+Blue) = 56+7+21=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380715 is #C7F8EA. Grayscale: #171717. Windows color (decimal): -13105387 or 1378104. OLE color: 1378104.

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

Color convert

RGB56721-
CMYK00.880.630.78
HSL342.86º77.78%12.35%-
HSV(B)342.86º87.5%21.96%-
XYZ1.841.050.81-
YUV23.25126.73151.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 8.33%
BLUE value IS 21 (8.59% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5672100.880.630.78342.8677.7812.35
Hex387150583F4E1574ec
Octal7072501307711652711614
Binary1110001111010101011000111111100111010101011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380715; }

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

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

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

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

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

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

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

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