#380518

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

Shades of Rustic Red #380518

Tints of Rustic Red #380518

Color information

#380518 (or 0x380518) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 18. RGB value is (56,5,24). Sum of RGB (Red+Green+Blue) = 56+5+24=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #380518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380518 is #C7FAE7. Grayscale: #161616. Windows color (decimal): -13105896 or 1574200. OLE color: 1574200.

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

Color convert

RGB56524-
CMYK00.910.570.78
HSL337.65º83.61%11.96%-
HSV(B)337.65º91.07%21.96%-
XYZ1.851.020.96-
YUV22.42128.9151.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.88%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 24 (9.77% from 255) = 28.24%
R=65.88%
G=5.88%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652400.910.570.78337.6583.6111.96
Hex3851805B394E15254c
Octal7053001337111652212414
Binary1110001011100001011011111001100111010101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380518; }

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

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

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

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

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

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

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

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