#BA2E00

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

Shades of Rust #BA2E00

Tints of Rust #BA2E00

Color information

#BA2E00 (or 0xBA2E00) is unknown color: approx Rust. HEX triplet: BA, 2E and 00. RGB value is (186,46,0). Sum of RGB (Red+Green+Blue) = 186+46+0=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E00 is #45D1FF. Grayscale: #525252. Windows color (decimal): -4575744 or 11962. OLE color: 11962.

HSL color Cylindrical-coordinate representation of color #BA2E00: hue angle of 14.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA2E00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB186460-
CMYK00.7510.27
HSL14.84º100%36.47%-
HSV(B)14.84º100%72.94%-
XYZ21.2312.391.27-
YUV82.6281.38201.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.17%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.17%
G=19.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18646000.7510.2714.8410036.47
HexBA2E004B641Bf6424
Octal2725600113144331714444
Binary1011101010111000100101111001001101111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E00; }

 p { color: rgb(186,46,0); }

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

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

 a { background-color: rgb(186,46,0); }

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

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

 span { border-color: rgb(186,46,0); }

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