#ba421e

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

Shades of Rust #BA421E

Tints of Rust #BA421E

Color information

#BA421E (or 0xBA421E) is unknown color: approx Rust. HEX triplet: BA, 42 and 1E. RGB value is (186,66,30). Sum of RGB (Red+Green+Blue) = 186+66+30=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA421E is #45BDE1. Grayscale: #626262. Windows color (decimal): -4570594 or 1983162. OLE color: 1983162.

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

Color convert

RGB1866630-
CMYK00.650.840.27
HSL13.85º72.22%42.35%-
HSV(B)13.85º83.87%72.94%-
XYZ22.4314.432.83-
YUV97.7889.76190.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.96%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=65.96%
G=23.40%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186663000.650.840.2713.8572.2242.35
HexBA421E041541Be482a
Octal272102360101124331611052
Binary101110101000010111100100000110101001101111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba421e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba421e; }

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

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

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

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

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

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

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

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