#BA4021

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

Shades of Rust #BA4021

Tints of Rust #BA4021

Color information

#BA4021 (or 0xBA4021) is unknown color: approx Rust. HEX triplet: BA, 40 and 21. RGB value is (186,64,33). Sum of RGB (Red+Green+Blue) = 186+64+33=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4021 is #45BFDE. Grayscale: #616161. Windows color (decimal): -4571103 or 2179258. OLE color: 2179258.

HSL color Cylindrical-coordinate representation of color #BA4021: hue angle of 12.16º degrees, saturation: 0.7, 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 #BA4021 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1866433-
CMYK00.660.820.27
HSL12.16º69.86%42.94%-
HSV(B)12.16º82.26%72.94%-
XYZ22.3614.223-
YUV96.9491.92191.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=65.72%
G=22.61%
B=11.66%

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
Decimal186643300.660.820.2712.1669.8642.94
HexBA4021042521Bc462b
Octal272100410102122331410653
Binary1011101010000001000010100001010100101101111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4021; }

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

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

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

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

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

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

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

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