#380515

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

Shades of Rustic Red #380515

Tints of Rustic Red #380515

Color information

#380515 (or 0x380515) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 15. RGB value is (56,5,21). Sum of RGB (Red+Green+Blue) = 56+5+21=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380515 is #C7FAEA. Grayscale: #161616. Windows color (decimal): -13105899 or 1377592. OLE color: 1377592.

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

Color convert

RGB56521-
CMYK00.910.630.78
HSL341.18º83.61%11.96%-
HSV(B)341.18º91.07%21.96%-
XYZ1.8210.81-
YUV22.07127.4152.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=68.29%
G=6.10%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652100.910.630.78341.1883.6111.96
Hex3851505B3F4E15554c
Octal7052501337711652512414
Binary1110001011010101011011111111100111010101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380515; }

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

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

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

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

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

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

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

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