#BA4210

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

Shades of Rust #BA4210

Tints of Rust #BA4210

Color information

#BA4210 (or 0xBA4210) is unknown color: approx Rust. HEX triplet: BA, 42 and 10. RGB value is (186,66,16). Sum of RGB (Red+Green+Blue) = 186+66+16=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4210 is #45BDEF. Grayscale: #606060. Windows color (decimal): -4570608 or 1065658. OLE color: 1065658.

HSL color Cylindrical-coordinate representation of color #BA4210: hue angle of 17.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA4210 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1866616-
CMYK00.650.910.27
HSL17.65º84.16%39.61%-
HSV(B)17.65º91.4%72.94%-
XYZ22.2914.372.09-
YUV96.1882.76192.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.40%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 16 (6.64% from 255) = 5.97%
R=69.40%
G=24.63%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186661600.650.910.2717.6584.1639.61
HexBA42100415B1B125428
Octal272102200101133332212450
Binary1011101010000101000001000001101101111011100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4210; }

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

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

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

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

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

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

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

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