#BA3D17

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

Shades of Rust #BA3D17

Tints of Rust #BA3D17

Color information

#BA3D17 (or 0xBA3D17) is unknown color: approx Rust. HEX triplet: BA, 3D and 17. RGB value is (186,61,23). Sum of RGB (Red+Green+Blue) = 186+61+23=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D17 is #45C2E8. Grayscale: #5E5E5E. Windows color (decimal): -4571881 or 1523130. OLE color: 1523130.

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

Color convert

RGB1866123-
CMYK00.670.880.27
HSL13.99º77.99%40.98%-
HSV(B)13.99º87.63%72.94%-
XYZ22.0713.842.32-
YUV94.0487.91193.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.89%
GREEN value IS 61 (24.22% from 255) = 22.59%
BLUE value IS 23 (9.38% from 255) = 8.52%
R=68.89%
G=22.59%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186612300.670.880.2713.9977.9940.98
HexBA3D17043581Be4e29
Octal27275270103130331611651
Binary10111010111101101110100001110110001101111101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D17; }

 p { color: rgb(186,61,23); }

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

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

 a { background-color: rgb(186,61,23); }

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

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

 span { border-color: rgb(186,61,23); }

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