Html Css Color HEX #BA5214 Rust

📋 copy color: '#BA5214'

red 186 ◦ green 82 ◦ blue 20

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

Shades of Rust #BA5214

Tints of Rust #BA5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

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

R = 64.58%
G = 28.47%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5214 (or 0xBA5214) is known color: Rust. HEX triplet: BA, 52 and 14. RGB value is (186,82,20). Sum of RGB (Red+Green+Blue) = 186+82+20=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5214 is #45ADEB. Grayscale: #6A6A6A. Windows color (decimal): -4566508 or 1331898. OLE color: 1331898.

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

Color convert

RGB 186 82 20 -
CMYK 0 0.56 0.89 0.27
HSL 22.41º 0.81% 0.4% -
HSV(B) 22.41º 0.89% 0.73% -
XYZ 23.39 16.52 2.62 -
YUV 106.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 186 82 20 0 0.56 0.89 0.27 22.41 0.81 0.4
Hex BA 52 14 0 38 59 1B 16 51 28
Octal 272 122 24 0 70 131 33 26 121 50
Binary 10111010 1010010 10100 0 111000 1011001 11011 10110 1010001 101000

Color Harmonies of #BA5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5214

Black with #BA5214

Text Example


Text Example

White with #BA5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5214; }

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

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

background-color css

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

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

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

border-color css

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

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

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