Html Css Color HEX #BA5417 Rust

📋 copy color: '#BA5417'

red 186 ◦ green 84 ◦ blue 23

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

Shades of Rust #BA5417

Tints of Rust #BA5417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

 BLUE value IS 23 (9.38% from 255) = 7.85%

R = 63.48%
G = 28.67%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA5417 (or 0xBA5417) is known color: Rust. HEX triplet: BA, 54 and 17. RGB value is (186,84,23). Sum of RGB (Red+Green+Blue) = 186+84+23=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5417 is #45ABE8. Grayscale: #6B6B6B. Windows color (decimal): -4565993 or 1529018. OLE color: 1529018.

HSL color Cylindrical-coordinate representation of color #BA5417: hue angle of 22.45º degrees, saturation: 0.78, 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 #BA5417 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 23 -
CMYK 0 0.55 0.88 0.27
HSL 22.45º 0.78% 0.41% -
HSV(B) 22.45º 0.88% 0.73% -
XYZ 23.57 16.84 2.82 -
YUV 107.54 80.29 183.96 -
System Red Green Blue C M Y K H S L
Decimal 186 84 23 0 0.55 0.88 0.27 22.45 0.78 0.41
Hex BA 54 17 0 37 58 1B 16 4E 29
Octal 272 124 27 0 67 130 33 26 116 51
Binary 10111010 1010100 10111 0 110111 1011000 11011 10110 1001110 101001

Color Harmonies of #BA5417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5417

Black with #BA5417

Text Example


Text Example

White with #BA5417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5417; }

 p { color: rgb(186,84,23); }

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

background-color css

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

 a { background-color: rgb(186,84,23); }

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

border-color css

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

 span { border-color: rgb(186,84,23); }

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