#BA4221

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

Shades of Rust #BA4221

Tints of Rust #BA4221

Color information

#BA4221 (or 0xBA4221) is unknown color: approx Rust. HEX triplet: BA, 42 and 21. RGB value is (186,66,33). Sum of RGB (Red+Green+Blue) = 186+66+33=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4221 is #45BDDE. Grayscale: #626262. Windows color (decimal): -4570591 or 2179770. OLE color: 2179770.

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

Color convert

RGB1866633-
CMYK00.650.820.27
HSL12.94º69.86%42.94%-
HSV(B)12.94º82.26%72.94%-
XYZ22.4714.453.04-
YUV98.1291.26190.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=65.26%
G=23.16%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186663300.650.820.2712.9469.8642.94
HexBA4221041521Bd462b
Octal272102410101122331510653
Binary1011101010000101000010100000110100101101111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4221; }

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

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

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

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

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

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

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

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