Html Css Color HEX #BA5118 Rust

📋 copy color: '#BA5118'

red 186 ◦ green 81 ◦ blue 24

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

Shades of Rust #BA5118

Tints of Rust #BA5118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 63.92%
G = 27.84%
B = 8.25%

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

#BA5118 (or 0xBA5118) is known color: Rust. HEX triplet: BA, 51 and 18. RGB value is (186,81,24). Sum of RGB (Red+Green+Blue) = 186+81+24=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5118 is #45AEE7. Grayscale: #6A6A6A. Windows color (decimal): -4566760 or 1593786. OLE color: 1593786.

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

Color convert

RGB 186 81 24 -
CMYK 0 0.56 0.87 0.27
HSL 21.11º 0.77% 0.41% -
HSV(B) 21.11º 0.87% 0.73% -
XYZ 23.36 16.39 2.8 -
YUV 105.9 81.79 185.13 -
System Red Green Blue C M Y K H S L
Decimal 186 81 24 0 0.56 0.87 0.27 21.11 0.77 0.41
Hex BA 51 18 0 38 57 1B 15 4D 29
Octal 272 121 30 0 70 127 33 25 115 51
Binary 10111010 1010001 11000 0 111000 1010111 11011 10101 1001101 101001

Color Harmonies of #BA5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5118

Black with #BA5118

Text Example


Text Example

White with #BA5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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