#BA421B

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

Shades of Rust #BA421B

Tints of Rust #BA421B

Color information

#BA421B (or 0xBA421B) is unknown color: approx Rust. HEX triplet: BA, 42 and 1B. RGB value is (186,66,27). Sum of RGB (Red+Green+Blue) = 186+66+27=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA421B is #45BDE4. Grayscale: #616161. Windows color (decimal): -4570597 or 1786554. OLE color: 1786554.

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

Color convert

RGB1866627-
CMYK00.650.850.27
HSL14.72º74.65%41.76%-
HSV(B)14.72º85.48%72.94%-
XYZ22.414.412.64-
YUV97.4388.26191.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=66.67%
G=23.66%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186662700.650.850.2714.7274.6541.76
HexBA421B041551Bf4b2a
Octal272102330101125331711352
Binary101110101000010110110100000110101011101111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA421B; }

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

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

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

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

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

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

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

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