Html Css Color HEX #BA5011 Rust

📋 copy color: '#BA5011'

red 186 ◦ green 80 ◦ blue 17

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

Shades of Rust #BA5011

Tints of Rust #BA5011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 17 (7.03% from 255) = 6.01%

R = 65.72%
G = 28.27%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA5011 (or 0xBA5011) is known color: Rust. HEX triplet: BA, 50 and 11. RGB value is (186,80,17). Sum of RGB (Red+Green+Blue) = 186+80+17=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5011 is #45AFEE. Grayscale: #686868. Windows color (decimal): -4567023 or 1134778. OLE color: 1134778.

HSL color Cylindrical-coordinate representation of color #BA5011: hue angle of 22.37º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA5011 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 17 -
CMYK 0 0.57 0.91 0.27
HSL 22.37º 0.83% 0.4% -
HSV(B) 22.37º 0.91% 0.73% -
XYZ 23.22 16.22 2.44 -
YUV 104.51 78.62 186.12 -
System Red Green Blue C M Y K H S L
Decimal 186 80 17 0 0.57 0.91 0.27 22.37 0.83 0.4
Hex BA 50 11 0 39 5B 1B 16 53 28
Octal 272 120 21 0 71 133 33 26 123 50
Binary 10111010 1010000 10001 0 111001 1011011 11011 10110 1010011 101000

Color Harmonies of #BA5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5011

Black with #BA5011

Text Example


Text Example

White with #BA5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5011; }

 p { color: rgb(186,80,17); }

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

background-color css

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

 a { background-color: rgb(186,80,17); }

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

border-color css

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

 span { border-color: rgb(186,80,17); }

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