#BA4402

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

Shades of Rust #BA4402

Tints of Rust #BA4402

Color information

#BA4402 (or 0xBA4402) is unknown color: approx Rust. HEX triplet: BA, 44 and 02. RGB value is (186,68,2). Sum of RGB (Red+Green+Blue) = 186+68+2=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4402 is #45BBFD. Grayscale: #606060. Windows color (decimal): -4570110 or 148666. OLE color: 148666.

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

Color convert

RGB186682-
CMYK00.630.990.27
HSL21.52º97.87%36.86%-
HSV(B)21.52º98.92%72.94%-
XYZ22.3314.581.69-
YUV95.7675.09192.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.66%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=72.66%
G=26.56%
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
Decimal18668200.630.990.2721.5297.8736.86
HexBA44203F631B166225
Octal2721042077143332614245
Binary101110101000100100111111110001111011101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4402; }

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

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

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

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

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

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

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

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