#BA3B05

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

Shades of Rust #BA3B05

Tints of Rust #BA3B05

Color information

#BA3B05 (or 0xBA3B05) is unknown color: approx Rust. HEX triplet: BA, 3B and 05. RGB value is (186,59,5). Sum of RGB (Red+Green+Blue) = 186+59+5=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B05 is #45C4FA. Grayscale: #5B5B5B. Windows color (decimal): -4572411 or 342970. OLE color: 342970.

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

Color convert

RGB186595-
CMYK00.680.970.27
HSL17.9º94.76%37.45%-
HSV(B)17.9º97.31%72.94%-
XYZ21.8413.581.61-
YUV90.8279.58195.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.4%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 5 (2.34% from 255) = 2%
R=74.4%
G=23.6%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18659500.680.970.2717.994.7637.45
HexBA3B5044611B125f25
Octal2727350104141332213745
Binary1011101011101110101000100110000111011100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3B05; }

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

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

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

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

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

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

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

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