#BA431E

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

Shades of Rust #BA431E

Tints of Rust #BA431E

Color information

#BA431E (or 0xBA431E) is unknown color: approx Rust. HEX triplet: BA, 43 and 1E. RGB value is (186,67,30). Sum of RGB (Red+Green+Blue) = 186+67+30=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA431E is #45BCE1. Grayscale: #626262. Windows color (decimal): -4570338 or 1983418. OLE color: 1983418.

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

Color convert

RGB1866730-
CMYK00.640.840.27
HSL14.23º72.22%42.35%-
HSV(B)14.23º83.87%72.94%-
XYZ22.4914.552.85-
YUV98.3689.42190.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=65.72%
G=23.67%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186673000.640.840.2714.2372.2242.35
HexBA431E040541Be482a
Octal272103360100124331611052
Binary101110101000011111100100000010101001101111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA431E; }

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

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

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

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

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

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

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

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