#BA451D

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

Shades of Rust #BA451D

Tints of Rust #BA451D

Color information

#BA451D (or 0xBA451D) is unknown color: approx Rust. HEX triplet: BA, 45 and 1D. RGB value is (186,69,29). Sum of RGB (Red+Green+Blue) = 186+69+29=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA451D is #45BAE2. Grayscale: #636363. Windows color (decimal): -4569827 or 1918394. OLE color: 1918394.

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

Color convert

RGB1866929-
CMYK00.630.840.27
HSL15.29º73.02%42.16%-
HSV(B)15.29º84.41%72.94%-
XYZ22.614.782.82-
YUV99.4288.26189.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 29 (11.72% from 255) = 10.21%
R=65.49%
G=24.30%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186692900.630.840.2715.2973.0242.16
HexBA451D03F541Bf492a
Octal27210535077124331711152
Binary10111010100010111101011111110101001101111111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA451D; }

 p { color: rgb(186,69,29); }

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

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

 a { background-color: rgb(186,69,29); }

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

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

 span { border-color: rgb(186,69,29); }

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