Html Css Color HEX #BA5915 Rust

📋 copy color: '#BA5915'

red 186 ◦ green 89 ◦ blue 21

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

Shades of Rust #BA5915

Tints of Rust #BA5915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 62.84%
G = 30.07%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5915 (or 0xBA5915) is known color: Rust. HEX triplet: BA, 59 and 15. RGB value is (186,89,21). Sum of RGB (Red+Green+Blue) = 186+89+21=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5915 is #45A6EA. Grayscale: #6E6E6E. Windows color (decimal): -4564715 or 1399226. OLE color: 1399226.

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

Color convert

RGB 186 89 21 -
CMYK 0 0.52 0.89 0.27
HSL 24.73º 0.8% 0.41% -
HSV(B) 24.73º 0.89% 0.73% -
XYZ 23.96 17.64 2.85 -
YUV 110.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 186 89 21 0 0.52 0.89 0.27 24.73 0.8 0.41
Hex BA 59 15 0 34 59 1B 19 50 29
Octal 272 131 25 0 64 131 33 31 120 51
Binary 10111010 1011001 10101 0 110100 1011001 11011 11001 1010000 101001

Color Harmonies of #BA5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5915

Black with #BA5915

Text Example


Text Example

White with #BA5915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5915; }

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

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

background-color css

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

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

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

border-color css

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

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

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