#BA3D0F

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

Shades of Rust #BA3D0F

Tints of Rust #BA3D0F

Color information

#BA3D0F (or 0xBA3D0F) is unknown color: approx Rust. HEX triplet: BA, 3D and 0F. RGB value is (186,61,15). Sum of RGB (Red+Green+Blue) = 186+61+15=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D0F is #45C2F0. Grayscale: #5D5D5D. Windows color (decimal): -4571889 or 998842. OLE color: 998842.

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

Color convert

RGB1866115-
CMYK00.670.920.27
HSL16.14º85.07%39.41%-
HSV(B)16.14º91.94%72.94%-
XYZ2213.811.96-
YUV93.1383.91194.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 61 (24.22% from 255) = 23.28%
BLUE value IS 15 (6.25% from 255) = 5.73%
R=70.99%
G=23.28%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186611500.670.920.2716.1485.0739.41
HexBA3DF0435C1B105527
Octal27275170103134332012547
Binary10111010111101111101000011101110011011100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3D0F; }

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

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

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

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

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

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

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

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