#BA3E0A

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

Shades of Rust #BA3E0A

Tints of Rust #BA3E0A

Color information

#BA3E0A (or 0xBA3E0A) is unknown color: approx Rust. HEX triplet: BA, 3E and 0A. RGB value is (186,62,10). Sum of RGB (Red+Green+Blue) = 186+62+10=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E0A is #45C1F5. Grayscale: #5D5D5D. Windows color (decimal): -4571638 or 671418. OLE color: 671418.

HSL color Cylindrical-coordinate representation of color #BA3E0A: hue angle of 17.73º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA3E0A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1866210-
CMYK00.670.950.27
HSL17.73º89.8%38.43%-
HSV(B)17.73º94.62%72.94%-
XYZ22.0313.911.81-
YUV93.1581.08194.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.09%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 10 (4.30% from 255) = 3.88%
R=72.09%
G=24.03%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186621000.670.950.2717.7389.838.43
HexBA3EA0435F1B125a26
Octal27276120103137332213246
Binary10111010111110101001000011101111111011100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E0A; }

 p { color: rgb(186,62,10); }

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

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

 a { background-color: rgb(186,62,10); }

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

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

 span { border-color: rgb(186,62,10); }

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