Html Css Color HEX #BA5113 Rust

📋 copy color: '#BA5113'

red 186 ◦ green 81 ◦ blue 19

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

Shades of Rust #BA5113

Tints of Rust #BA5113

RGB

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

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

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

R = 65.03%
G = 28.32%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5113 (or 0xBA5113) is known color: Rust. HEX triplet: BA, 51 and 13. RGB value is (186,81,19). Sum of RGB (Red+Green+Blue) = 186+81+19=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5113 is #45AEEC. Grayscale: #696969. Windows color (decimal): -4566765 or 1266106. OLE color: 1266106.

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

Color convert

RGB 186 81 19 -
CMYK 0 0.56 0.90 0.27
HSL 22.28º 0.81% 0.4% -
HSV(B) 22.28º 0.9% 0.73% -
XYZ 23.31 16.37 2.55 -
YUV 105.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 186 81 19 0 0.56 0.90 0.27 22.28 0.81 0.4
Hex BA 51 13 0 38 5A 1B 16 51 28
Octal 272 121 23 0 70 132 33 26 121 50
Binary 10111010 1010001 10011 0 111000 1011010 11011 10110 1010001 101000

Color Harmonies of #BA5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5113

Black with #BA5113

Text Example


Text Example

White with #BA5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5113; }

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

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

background-color css

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

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

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

border-color css

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

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

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