Html Css Color HEX #BA5115 Rust

📋 copy color: '#BA5115'

red 186 ◦ green 81 ◦ blue 21

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

Shades of Rust #BA5115

Tints of Rust #BA5115

RGB

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

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

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

R = 64.58%
G = 28.13%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5115 (or 0xBA5115) is known color: Rust. HEX triplet: BA, 51 and 15. RGB value is (186,81,21). Sum of RGB (Red+Green+Blue) = 186+81+21=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5115 is #45AEEA. Grayscale: #696969. Windows color (decimal): -4566763 or 1397178. OLE color: 1397178.

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

Color convert

RGB 186 81 21 -
CMYK 0 0.56 0.89 0.27
HSL 21.82º 0.8% 0.41% -
HSV(B) 21.82º 0.89% 0.73% -
XYZ 23.33 16.38 2.64 -
YUV 105.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 186 81 21 0 0.56 0.89 0.27 21.82 0.8 0.41
Hex BA 51 15 0 38 59 1B 16 50 29
Octal 272 121 25 0 70 131 33 26 120 51
Binary 10111010 1010001 10101 0 111000 1011001 11011 10110 1010000 101001

Color Harmonies of #BA5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5115

Black with #BA5115

Text Example


Text Example

White with #BA5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5115; }

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

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

background-color css

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

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

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

border-color css

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

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

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