#BA3F22

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

Shades of Rust #BA3F22

Tints of Rust #BA3F22

Color information

#BA3F22 (or 0xBA3F22) is unknown color: approx Rust. HEX triplet: BA, 3F and 22. RGB value is (186,63,34). Sum of RGB (Red+Green+Blue) = 186+63+34=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F22 is #45C0DD. Grayscale: #606060. Windows color (decimal): -4571358 or 2244538. OLE color: 2244538.

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

Color convert

RGB1866334-
CMYK00.660.820.27
HSL11.45º69.09%43.14%-
HSV(B)11.45º81.72%72.94%-
XYZ22.3214.113.06-
YUV96.4792.75191.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 34 (13.67% from 255) = 12.01%
R=65.72%
G=22.26%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186633400.660.820.2711.4569.0943.14
HexBA3F22042521Bb452b
Octal27277420102122331310553
Binary101110101111111000100100001010100101101110111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F22; }

 p { color: rgb(186,63,34); }

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

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

 a { background-color: rgb(186,63,34); }

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

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

 span { border-color: rgb(186,63,34); }

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