#BA3005

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

Shades of Rust #BA3005

Tints of Rust #BA3005

Color information

#BA3005 (or 0xBA3005) is unknown color: approx Rust. HEX triplet: BA, 30 and 05. RGB value is (186,48,5). Sum of RGB (Red+Green+Blue) = 186+48+5=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3005 is #45CFFA. Grayscale: #545454. Windows color (decimal): -4575227 or 340154. OLE color: 340154.

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

Color convert

RGB186485-
CMYK00.740.970.27
HSL14.25º94.76%37.45%-
HSV(B)14.25º97.31%72.94%-
XYZ21.3312.561.44-
YUV84.3683.22200.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.82%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=77.82%
G=20.08%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18648500.740.970.2714.2594.7637.45
HexBA30504A611Be5f25
Octal2726050112141331613745
Binary101110101100001010100101011000011101111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3005; }

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

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

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

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

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

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

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

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