#BA4621

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

Shades of Rust #BA4621

Tints of Rust #BA4621

Color information

#BA4621 (or 0xBA4621) is unknown color: approx Rust. HEX triplet: BA, 46 and 21. RGB value is (186,70,33). Sum of RGB (Red+Green+Blue) = 186+70+33=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4621 is #45B9DE. Grayscale: #646464. Windows color (decimal): -4569567 or 2180794. OLE color: 2180794.

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

Color convert

RGB1867033-
CMYK00.620.820.27
HSL14.51º69.86%42.94%-
HSV(B)14.51º82.26%72.94%-
XYZ22.7114.933.12-
YUV100.4789.93189.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=64.36%
G=24.22%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186703300.620.820.2714.5169.8642.94
HexBA462103E521Bf462b
Octal27210641076122331710653
Binary101110101000110100001011111010100101101111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4621; }

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

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

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

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

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

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

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

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