Html Css Color HEX #BA5714 Rust

📋 copy color: '#BA5714'

red 186 ◦ green 87 ◦ blue 20

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

Shades of Rust #BA5714

Tints of Rust #BA5714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 63.48%
G = 29.69%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5714 (or 0xBA5714) is known color: Rust. HEX triplet: BA, 57 and 14. RGB value is (186,87,20). Sum of RGB (Red+Green+Blue) = 186+87+20=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5714 is #45A8EB. Grayscale: #6D6D6D. Windows color (decimal): -4565228 or 1333178. OLE color: 1333178.

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

Color convert

RGB 186 87 20 -
CMYK 0 0.53 0.89 0.27
HSL 24.22º 0.81% 0.4% -
HSV(B) 24.22º 0.89% 0.73% -
XYZ 23.78 17.31 2.75 -
YUV 108.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 186 87 20 0 0.53 0.89 0.27 24.22 0.81 0.4
Hex BA 57 14 0 35 59 1B 18 51 28
Octal 272 127 24 0 65 131 33 30 121 50
Binary 10111010 1010111 10100 0 110101 1011001 11011 11000 1010001 101000

Color Harmonies of #BA5714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5714

Black with #BA5714

Text Example


Text Example

White with #BA5714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5714; }

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

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

background-color css

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

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

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

border-color css

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

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

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