#BA4101

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

Shades of Rust #BA4101

Tints of Rust #BA4101

Color information

#BA4101 (or 0xBA4101) is unknown color: approx Rust. HEX triplet: BA, 41 and 01. RGB value is (186,65,1). Sum of RGB (Red+Green+Blue) = 186+65+1=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4101 is #45BEFE. Grayscale: #5E5E5E. Windows color (decimal): -4570879 or 82362. OLE color: 82362.

HSL color Cylindrical-coordinate representation of color #BA4101: hue angle of 20.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA4101 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186651-
CMYK00.650.990.27
HSL20.76º98.93%36.67%-
HSV(B)20.76º99.46%72.94%-
XYZ22.1514.221.61-
YUV93.8875.59193.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=73.81%
G=25.79%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18665100.650.990.2720.7698.9336.67
HexBA411041631B156325
Octal27210110101143332514345
Binary101110101000001101000001110001111011101011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4101; }

 p { color: rgb(186,65,1); }

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

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

 a { background-color: rgb(186,65,1); }

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

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

 span { border-color: rgb(186,65,1); }

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