#BA3912

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

Shades of Rust #BA3912

Tints of Rust #BA3912

Color information

#BA3912 (or 0xBA3912) is unknown color: approx Rust. HEX triplet: BA, 39 and 12. RGB value is (186,57,18). Sum of RGB (Red+Green+Blue) = 186+57+18=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3912 is #45C6ED. Grayscale: #5B5B5B. Windows color (decimal): -4572910 or 1194426. OLE color: 1194426.

HSL color Cylindrical-coordinate representation of color #BA3912: hue angle of 13.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3912 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1865718-
CMYK00.690.900.27
HSL13.93º82.35%40%-
HSV(B)13.93º90.32%72.94%-
XYZ21.8213.412.01-
YUV91.1286.74195.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.26%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=71.26%
G=21.84%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186571800.690.900.2713.9382.3540
HexBA39120455A1Be5228
Octal27271220105132331612250
Binary10111010111001100100100010110110101101111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3912; }

 p { color: rgb(186,57,18); }

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

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

 a { background-color: rgb(186,57,18); }

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

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

 span { border-color: rgb(186,57,18); }

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