Html Css Color HEX #BA5513 Rust

📋 copy color: '#BA5513'

red 186 ◦ green 85 ◦ blue 19

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

Shades of Rust #BA5513

Tints of Rust #BA5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 64.14%
G = 29.31%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5513 (or 0xBA5513) is known color: Rust. HEX triplet: BA, 55 and 13. RGB value is (186,85,19). Sum of RGB (Red+Green+Blue) = 186+85+19=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5513 is #45AAEC. Grayscale: #6C6C6C. Windows color (decimal): -4565741 or 1267130. OLE color: 1267130.

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

Color convert

RGB 186 85 19 -
CMYK 0 0.54 0.90 0.27
HSL 23.71º 0.81% 0.4% -
HSV(B) 23.71º 0.9% 0.73% -
XYZ 23.62 16.98 2.65 -
YUV 107.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 186 85 19 0 0.54 0.90 0.27 23.71 0.81 0.4
Hex BA 55 13 0 36 5A 1B 18 51 28
Octal 272 125 23 0 66 132 33 30 121 50
Binary 10111010 1010101 10011 0 110110 1011010 11011 11000 1010001 101000

Color Harmonies of #BA5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5513

Black with #BA5513

Text Example


Text Example

White with #BA5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5513; }

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

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

background-color css

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

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

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

border-color css

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

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

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