Html Css Color HEX #BA5116 Rust

📋 copy color: '#BA5116'

red 186 ◦ green 81 ◦ blue 22

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

Shades of Rust #BA5116

Tints of Rust #BA5116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 64.36%
G = 28.03%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5116 (or 0xBA5116) is known color: Rust. HEX triplet: BA, 51 and 16. RGB value is (186,81,22). Sum of RGB (Red+Green+Blue) = 186+81+22=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5116 is #45AEE9. Grayscale: #6A6A6A. Windows color (decimal): -4566762 or 1462714. OLE color: 1462714.

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

Color convert

RGB 186 81 22 -
CMYK 0 0.56 0.88 0.27
HSL 21.59º 0.79% 0.41% -
HSV(B) 21.59º 0.88% 0.73% -
XYZ 23.34 16.38 2.69 -
YUV 105.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 186 81 22 0 0.56 0.88 0.27 21.59 0.79 0.41
Hex BA 51 16 0 38 58 1B 16 4F 29
Octal 272 121 26 0 70 130 33 26 117 51
Binary 10111010 1010001 10110 0 111000 1011000 11011 10110 1001111 101001

Color Harmonies of #BA5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5116

Black with #BA5116

Text Example


Text Example

White with #BA5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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