#BA420B

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

Shades of Rust #BA420B

Tints of Rust #BA420B

Color information

#BA420B (or 0xBA420B) is unknown color: approx Rust. HEX triplet: BA, 42 and 0B. RGB value is (186,66,11). Sum of RGB (Red+Green+Blue) = 186+66+11=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA420B is #45BDF4. Grayscale: #5F5F5F. Windows color (decimal): -4570613 or 737978. OLE color: 737978.

HSL color Cylindrical-coordinate representation of color #BA420B: hue angle of 18.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA420B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1866611-
CMYK00.650.940.27
HSL18.86º88.83%38.63%-
HSV(B)18.86º94.09%72.94%-
XYZ22.2614.361.92-
YUV95.6180.26192.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.72%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 11 (4.69% from 255) = 4.18%
R=70.72%
G=25.10%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186661100.650.940.2718.8688.8338.63
HexBA42B0415E1B135927
Octal272102130101136332313147
Binary101110101000010101101000001101111011011100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA420B; }

 p { color: rgb(186,66,11); }

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

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

 a { background-color: rgb(186,66,11); }

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

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

 span { border-color: rgb(186,66,11); }

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