Html Css Color HEX #BA5017 Rust

📋 copy color: '#BA5017'

red 186 ◦ green 80 ◦ blue 23

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

Shades of Rust #BA5017

Tints of Rust #BA5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 64.36%
G = 27.68%
B = 7.96%

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

#BA5017 (or 0xBA5017) is known color: Rust. HEX triplet: BA, 50 and 17. RGB value is (186,80,23). Sum of RGB (Red+Green+Blue) = 186+80+23=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5017 is #45AFE8. Grayscale: #696969. Windows color (decimal): -4567017 or 1527994. OLE color: 1527994.

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

Color convert

RGB 186 80 23 -
CMYK 0 0.57 0.88 0.27
HSL 20.98º 0.78% 0.41% -
HSV(B) 20.98º 0.88% 0.73% -
XYZ 23.27 16.24 2.72 -
YUV 105.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 186 80 23 0 0.57 0.88 0.27 20.98 0.78 0.41
Hex BA 50 17 0 39 58 1B 15 4E 29
Octal 272 120 27 0 71 130 33 25 116 51
Binary 10111010 1010000 10111 0 111001 1011000 11011 10101 1001110 101001

Color Harmonies of #BA5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5017

Black with #BA5017

Text Example


Text Example

White with #BA5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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