Html Css Color HEX #BA5913 Rust

📋 copy color: '#BA5913'

red 186 ◦ green 89 ◦ blue 19

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

Shades of Rust #BA5913

Tints of Rust #BA5913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 63.27%
G = 30.27%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5913 (or 0xBA5913) is known color: Rust. HEX triplet: BA, 59 and 13. RGB value is (186,89,19). Sum of RGB (Red+Green+Blue) = 186+89+19=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5913 is #45A6EC. Grayscale: #6E6E6E. Windows color (decimal): -4564717 or 1268154. OLE color: 1268154.

HSL color Cylindrical-coordinate representation of color #BA5913: hue angle of 25.15º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5913 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 19 -
CMYK 0 0.52 0.90 0.27
HSL 25.15º 0.81% 0.4% -
HSV(B) 25.15º 0.9% 0.73% -
XYZ 23.94 17.63 2.76 -
YUV 110.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 186 89 19 0 0.52 0.90 0.27 25.15 0.81 0.4
Hex BA 59 13 0 34 5A 1B 19 51 28
Octal 272 131 23 0 64 132 33 31 121 50
Binary 10111010 1011001 10011 0 110100 1011010 11011 11001 1010001 101000

Color Harmonies of #BA5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5913

Black with #BA5913

Text Example


Text Example

White with #BA5913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5913; }

 p { color: rgb(186,89,19); }

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

background-color css

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

 a { background-color: rgb(186,89,19); }

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

border-color css

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

 span { border-color: rgb(186,89,19); }

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