Html Css Color HEX #BA5216 Rust

📋 copy color: '#BA5216'

red 186 ◦ green 82 ◦ blue 22

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

Shades of Rust #BA5216

Tints of Rust #BA5216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 64.14%
G = 28.28%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5216 (or 0xBA5216) is known color: Rust. HEX triplet: BA, 52 and 16. RGB value is (186,82,22). Sum of RGB (Red+Green+Blue) = 186+82+22=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5216 is #45ADE9. Grayscale: #6A6A6A. Windows color (decimal): -4566506 or 1462970. OLE color: 1462970.

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

Color convert

RGB 186 82 22 -
CMYK 0 0.56 0.88 0.27
HSL 21.95º 0.79% 0.41% -
HSV(B) 21.95º 0.88% 0.73% -
XYZ 23.41 16.53 2.72 -
YUV 106.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 186 82 22 0 0.56 0.88 0.27 21.95 0.79 0.41
Hex BA 52 16 0 38 58 1B 16 4F 29
Octal 272 122 26 0 70 130 33 26 117 51
Binary 10111010 1010010 10110 0 111000 1011000 11011 10110 1001111 101001

Color Harmonies of #BA5216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5216

Black with #BA5216

Text Example


Text Example

White with #BA5216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5216; }

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

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

background-color css

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

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

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

border-color css

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

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

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