Html Css Color HEX #BA5215 Rust

📋 copy color: '#BA5215'

red 186 ◦ green 82 ◦ blue 21

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

Shades of Rust #BA5215

Tints of Rust #BA5215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 64.36%
G = 28.37%
B = 7.27%

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

#BA5215 (or 0xBA5215) is known color: Rust. HEX triplet: BA, 52 and 15. RGB value is (186,82,21). Sum of RGB (Red+Green+Blue) = 186+82+21=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5215 is #45ADEA. Grayscale: #6A6A6A. Windows color (decimal): -4566507 or 1397434. OLE color: 1397434.

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

Color convert

RGB 186 82 21 -
CMYK 0 0.56 0.89 0.27
HSL 22.18º 0.8% 0.41% -
HSV(B) 22.18º 0.89% 0.73% -
XYZ 23.4 16.53 2.67 -
YUV 106.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 186 82 21 0 0.56 0.89 0.27 22.18 0.8 0.41
Hex BA 52 15 0 38 59 1B 16 50 29
Octal 272 122 25 0 70 131 33 26 120 51
Binary 10111010 1010010 10101 0 111000 1011001 11011 10110 1010000 101001

Color Harmonies of #BA5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5215

Black with #BA5215

Text Example


Text Example

White with #BA5215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5215; }

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

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

background-color css

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

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

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

border-color css

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

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

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