Html Css Color HEX #BA5110 Rust

📋 copy color: '#BA5110'

red 186 ◦ green 81 ◦ blue 16

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

Shades of Rust #BA5110

Tints of Rust #BA5110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 65.72%
G = 28.62%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA5110 (or 0xBA5110) is known color: Rust. HEX triplet: BA, 51 and 10. RGB value is (186,81,16). Sum of RGB (Red+Green+Blue) = 186+81+16=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5110 is #45AEEF. Grayscale: #696969. Windows color (decimal): -4566768 or 1069498. OLE color: 1069498.

HSL color Cylindrical-coordinate representation of color #BA5110: hue angle of 22.94º degrees, saturation: 0.84, 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 #BA5110 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 16 -
CMYK 0 0.56 0.91 0.27
HSL 22.94º 0.84% 0.4% -
HSV(B) 22.94º 0.91% 0.73% -
XYZ 23.29 16.36 2.42 -
YUV 104.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 186 81 16 0 0.56 0.91 0.27 22.94 0.84 0.4
Hex BA 51 10 0 38 5B 1B 17 54 28
Octal 272 121 20 0 70 133 33 27 124 50
Binary 10111010 1010001 10000 0 111000 1011011 11011 10111 1010100 101000

Color Harmonies of #BA5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5110

Black with #BA5110

Text Example


Text Example

White with #BA5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5110; }

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

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

background-color css

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

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

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

border-color css

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

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

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