#BA4502

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

Shades of Rust #BA4502

Tints of Rust #BA4502

Color information

#BA4502 (or 0xBA4502) is unknown color: approx Rust. HEX triplet: BA, 45 and 02. RGB value is (186,69,2). Sum of RGB (Red+Green+Blue) = 186+69+2=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4502 is #45BAFD. Grayscale: #606060. Windows color (decimal): -4569854 or 148922. OLE color: 148922.

HSL color Cylindrical-coordinate representation of color #BA4502: hue angle of 21.85º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA4502 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186692-
CMYK00.630.990.27
HSL21.85º97.87%36.86%-
HSV(B)21.85º98.92%72.94%-
XYZ22.3914.71.71-
YUV96.3474.76191.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.37%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=72.37%
G=26.85%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18669200.630.990.2721.8597.8736.86
HexBA45203F631B166225
Octal2721052077143332614245
Binary101110101000101100111111110001111011101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4502; }

 p { color: rgb(186,69,2); }

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

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

 a { background-color: rgb(186,69,2); }

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

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

 span { border-color: rgb(186,69,2); }

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