Html Css Color HEX #BA5713 Rust

📋 copy color: '#BA5713'

red 186 ◦ green 87 ◦ blue 19

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

Shades of Rust #BA5713

Tints of Rust #BA5713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 63.7%
G = 29.79%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5713 (or 0xBA5713) is known color: Rust. HEX triplet: BA, 57 and 13. RGB value is (186,87,19). Sum of RGB (Red+Green+Blue) = 186+87+19=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5713 is #45A8EC. Grayscale: #6D6D6D. Windows color (decimal): -4565229 or 1267642. OLE color: 1267642.

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

Color convert

RGB 186 87 19 -
CMYK 0 0.53 0.90 0.27
HSL 24.43º 0.81% 0.4% -
HSV(B) 24.43º 0.9% 0.73% -
XYZ 23.78 17.3 2.7 -
YUV 108.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 186 87 19 0 0.53 0.90 0.27 24.43 0.81 0.4
Hex BA 57 13 0 35 5A 1B 18 51 28
Octal 272 127 23 0 65 132 33 30 121 50
Binary 10111010 1010111 10011 0 110101 1011010 11011 11000 1010001 101000

Color Harmonies of #BA5713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5713

Black with #BA5713

Text Example


Text Example

White with #BA5713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5713; }

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

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

background-color css

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

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

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

border-color css

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

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

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