Html Css Color HEX #BA5218 Rust

📋 copy color: '#BA5218'

red 186 ◦ green 82 ◦ blue 24

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

Shades of Rust #BA5218

Tints of Rust #BA5218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 63.7%
G = 28.08%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA5218 (or 0xBA5218) is known color: Rust. HEX triplet: BA, 52 and 18. RGB value is (186,82,24). Sum of RGB (Red+Green+Blue) = 186+82+24=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5218 is #45ADE7. Grayscale: #6A6A6A. Windows color (decimal): -4566504 or 1594042. OLE color: 1594042.

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

Color convert

RGB 186 82 24 -
CMYK 0 0.56 0.87 0.27
HSL 21.48º 0.77% 0.41% -
HSV(B) 21.48º 0.87% 0.73% -
XYZ 23.43 16.54 2.82 -
YUV 106.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 186 82 24 0 0.56 0.87 0.27 21.48 0.77 0.41
Hex BA 52 18 0 38 57 1B 15 4D 29
Octal 272 122 30 0 70 127 33 25 115 51
Binary 10111010 1010010 11000 0 111000 1010111 11011 10101 1001101 101001

Color Harmonies of #BA5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5218

Black with #BA5218

Text Example


Text Example

White with #BA5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5218; }

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

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

background-color css

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

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

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

border-color css

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

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

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