#ba3a0f

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

Shades of Rust #BA3A0F

Tints of Rust #BA3A0F

Color information

#BA3A0F (or 0xBA3A0F) is unknown color: approx Rust. HEX triplet: BA, 3A and 0F. RGB value is (186,58,15). Sum of RGB (Red+Green+Blue) = 186+58+15=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A0F is #45C5F0. Grayscale: #5B5B5B. Windows color (decimal): -4572657 or 998074. OLE color: 998074.

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

Color convert

RGB1865815-
CMYK00.690.920.27
HSL15.09º85.07%39.41%-
HSV(B)15.09º91.94%72.94%-
XYZ21.8513.51.91-
YUV91.3784.91195.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.81%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=71.81%
G=22.39%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186581500.690.920.2715.0985.0739.41
HexBA3AF0455C1Bf5527
Octal27272170105134331712547
Binary1011101011101011110100010110111001101111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3a0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3a0f; }

 p { color: rgb(186,58,15); }

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

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

 a { background-color: rgb(186,58,15); }

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

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

 span { border-color: rgb(186,58,15); }

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