#BA4C0F

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

Shades of Rust #BA4C0F

Tints of Rust #BA4C0F

Color information

#BA4C0F (or 0xBA4C0F) is unknown color: approx Rust. HEX triplet: BA, 4C and 0F. RGB value is (186,76,15). Sum of RGB (Red+Green+Blue) = 186+76+15=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4C0F is #45B3F0. Grayscale: #666666. Windows color (decimal): -4568049 or 1002682. OLE color: 1002682.

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

Color convert

RGB1867615-
CMYK00.590.920.27
HSL21.4º85.07%39.41%-
HSV(B)21.4º91.94%72.94%-
XYZ22.9215.642.26-
YUV101.9478.94187.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=67.15%
G=27.44%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186761500.590.920.2721.485.0739.41
HexBA4CF03B5C1B155527
Octal27211417073134332512547
Binary10111010100110011110111011101110011011101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C0F; }

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

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

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

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

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

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

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

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