Html Css Color HEX #BA511B Rust

📋 copy color: '#BA511B'

red 186 ◦ green 81 ◦ blue 27

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

Shades of Rust #BA511B

Tints of Rust #BA511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 63.27%
G = 27.55%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA511B (or 0xBA511B) is known color: Rust. HEX triplet: BA, 51 and 1B. RGB value is (186,81,27). Sum of RGB (Red+Green+Blue) = 186+81+27=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA511B is #45AEE4. Grayscale: #6A6A6A. Windows color (decimal): -4566757 or 1790394. OLE color: 1790394.

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

Color convert

RGB 186 81 27 -
CMYK 0 0.56 0.85 0.27
HSL 20.38º 0.75% 0.42% -
HSV(B) 20.38º 0.85% 0.73% -
XYZ 23.39 16.4 2.97 -
YUV 106.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 186 81 27 0 0.56 0.85 0.27 20.38 0.75 0.42
Hex BA 51 1B 0 38 55 1B 14 4B 2A
Octal 272 121 33 0 70 125 33 24 113 52
Binary 10111010 1010001 11011 0 111000 1010101 11011 10100 1001011 101010

Color Harmonies of #BA511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA511B

Black with #BA511B

Text Example


Text Example

White with #BA511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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