Html Css Color HEX #BA511A Rust

📋 copy color: '#BA511A'

red 186 ◦ green 81 ◦ blue 26

#BA511A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BA511A

Tints of Rust #BA511A

RGB

 RED value IS 186 (73.05% from 255) = 63.48%

 GREEN value IS 81 (32.03% from 255) = 27.65%

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 63.48%
G = 27.65%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA511A (or 0xBA511A) is known color: Rust. HEX triplet: BA, 51 and 1A. RGB value is (186,81,26). Sum of RGB (Red+Green+Blue) = 186+81+26=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA511A is #45AEE5. Grayscale: #6A6A6A. Windows color (decimal): -4566758 or 1724858. OLE color: 1724858.

HSL color Cylindrical-coordinate representation of color #BA511A: hue angle of 20.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA511A is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 26 -
CMYK 0 0.56 0.86 0.27
HSL 20.63º 0.75% 0.42% -
HSV(B) 20.63º 0.86% 0.73% -
XYZ 23.38 16.4 2.91 -
YUV 106.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 186 81 26 0 0.56 0.86 0.27 20.63 0.75 0.42
Hex BA 51 1A 0 38 56 1B 15 4B 2A
Octal 272 121 32 0 70 126 33 25 113 52
Binary 10111010 1010001 11010 0 111000 1010110 11011 10101 1001011 101010

Color Harmonies of #BA511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA511A

Black with #BA511A

Text Example


Text Example

White with #BA511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA511A; }

 p { color: rgb(186,81,26); }

 H1.HeaderClassName
 {
   color: #BA511A;
 }
 .AnyTagClassName
 {
   color: #BA511A;
 }
</style>

background-color css

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

 a { background-color: rgb(186,81,26); }

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

border-color css

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

 span { border-color: rgb(186,81,26); }

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