Html Css Color HEX #BA5016 Rust

📋 copy color: '#BA5016'

red 186 ◦ green 80 ◦ blue 22

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

Shades of Rust #BA5016

Tints of Rust #BA5016

RGB

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

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

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

R = 64.58%
G = 27.78%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5016 (or 0xBA5016) is known color: Rust. HEX triplet: BA, 50 and 16. RGB value is (186,80,22). Sum of RGB (Red+Green+Blue) = 186+80+22=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5016 is #45AFE9. Grayscale: #696969. Windows color (decimal): -4567018 or 1462458. OLE color: 1462458.

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

Color convert

RGB 186 80 22 -
CMYK 0 0.57 0.88 0.27
HSL 21.22º 0.79% 0.41% -
HSV(B) 21.22º 0.88% 0.73% -
XYZ 23.26 16.23 2.67 -
YUV 105.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 186 80 22 0 0.57 0.88 0.27 21.22 0.79 0.41
Hex BA 50 16 0 39 58 1B 15 4F 29
Octal 272 120 26 0 71 130 33 25 117 51
Binary 10111010 1010000 10110 0 111001 1011000 11011 10101 1001111 101001

Color Harmonies of #BA5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5016

Black with #BA5016

Text Example


Text Example

White with #BA5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5016; }

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

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

background-color css

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

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

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

border-color css

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

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

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