Html Css Color HEX #BA5314 Rust

📋 copy color: '#BA5314'

red 186 ◦ green 83 ◦ blue 20

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

Shades of Rust #BA5314

Tints of Rust #BA5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 64.36%
G = 28.72%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5314 (or 0xBA5314) is known color: Rust. HEX triplet: BA, 53 and 14. RGB value is (186,83,20). Sum of RGB (Red+Green+Blue) = 186+83+20=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5314 is #45ACEB. Grayscale: #6A6A6A. Windows color (decimal): -4566252 or 1332154. OLE color: 1332154.

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

Color convert

RGB 186 83 20 -
CMYK 0 0.55 0.89 0.27
HSL 22.77º 0.81% 0.4% -
HSV(B) 22.77º 0.89% 0.73% -
XYZ 23.47 16.68 2.64 -
YUV 106.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 186 83 20 0 0.55 0.89 0.27 22.77 0.81 0.4
Hex BA 53 14 0 37 59 1B 17 51 28
Octal 272 123 24 0 67 131 33 27 121 50
Binary 10111010 1010011 10100 0 110111 1011001 11011 10111 1010001 101000

Color Harmonies of #BA5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5314

Black with #BA5314

Text Example


Text Example

White with #BA5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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