#BA3905

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

Shades of Rust #BA3905

Tints of Rust #BA3905

Color information

#BA3905 (or 0xBA3905) is unknown color: approx Rust. HEX triplet: BA, 39 and 05. RGB value is (186,57,5). Sum of RGB (Red+Green+Blue) = 186+57+5=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3905 is #45C6FA. Grayscale: #595959. Windows color (decimal): -4572923 or 342458. OLE color: 342458.

HSL color Cylindrical-coordinate representation of color #BA3905: hue angle of 17.24º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA3905 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB186575-
CMYK00.690.970.27
HSL17.24º94.76%37.45%-
HSV(B)17.24º97.31%72.94%-
XYZ21.7413.381.58-
YUV89.6480.24196.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=75%
G=22.98%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18657500.690.970.2717.2494.7637.45
HexBA395045611B115f25
Octal2727150105141332113745
Binary1011101011100110101000101110000111011100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3905; }

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

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

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

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

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

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

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

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