#BA2F00

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

Shades of Rust #BA2F00

Tints of Rust #BA2F00

Color information

#BA2F00 (or 0xBA2F00) is unknown color: approx Rust. HEX triplet: BA, 2F and 00. RGB value is (186,47,0). Sum of RGB (Red+Green+Blue) = 186+47+0=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F00 is #45D0FF. Grayscale: #535353. Windows color (decimal): -4575488 or 12218. OLE color: 12218.

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

Color convert

RGB186470-
CMYK00.7510.27
HSL15.16º100%36.47%-
HSV(B)15.16º100%72.94%-
XYZ21.2712.471.29-
YUV83.281.05201.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.83%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.83%
G=20.17%
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
Decimal18647000.7510.2715.1610036.47
HexBA2F004B641Bf6424
Octal2725700113144331714444
Binary1011101010111100100101111001001101111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F00; }

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

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

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

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

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

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

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

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