#BA4015

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

Shades of Rust #BA4015

Tints of Rust #BA4015

Color information

#BA4015 (or 0xBA4015) is unknown color: approx Rust. HEX triplet: BA, 40 and 15. RGB value is (186,64,21). Sum of RGB (Red+Green+Blue) = 186+64+21=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4015 is #45BFEA. Grayscale: #5F5F5F. Windows color (decimal): -4571115 or 1392826. OLE color: 1392826.

HSL color Cylindrical-coordinate representation of color #BA4015: hue angle of 15.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA4015 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1866421-
CMYK00.660.890.27
HSL15.64º79.71%40.59%-
HSV(B)15.64º88.71%72.94%-
XYZ22.2214.162.27-
YUV95.5885.92192.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=68.63%
G=23.62%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186642100.660.890.2715.6479.7140.59
HexBA4015042591B105029
Octal272100250102131332012051
Binary1011101010000001010101000010101100111011100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4015; }

 p { color: rgb(186,64,21); }

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

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

 a { background-color: rgb(186,64,21); }

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

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

 span { border-color: rgb(186,64,21); }

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