Html Css Color HEX #BA5315 Rust

📋 copy color: '#BA5315'

red 186 ◦ green 83 ◦ blue 21

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

Shades of Rust #BA5315

Tints of Rust #BA5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 64.14%
G = 28.62%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5315 (or 0xBA5315) is known color: Rust. HEX triplet: BA, 53 and 15. RGB value is (186,83,21). Sum of RGB (Red+Green+Blue) = 186+83+21=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5315 is #45ACEA. Grayscale: #6B6B6B. Windows color (decimal): -4566251 or 1397690. OLE color: 1397690.

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

Color convert

RGB 186 83 21 -
CMYK 0 0.55 0.89 0.27
HSL 22.55º 0.8% 0.41% -
HSV(B) 22.55º 0.89% 0.73% -
XYZ 23.48 16.68 2.69 -
YUV 106.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 186 83 21 0 0.55 0.89 0.27 22.55 0.8 0.41
Hex BA 53 15 0 37 59 1B 17 50 29
Octal 272 123 25 0 67 131 33 27 120 51
Binary 10111010 1010011 10101 0 110111 1011001 11011 10111 1010000 101001

Color Harmonies of #BA5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5315

Black with #BA5315

Text Example


Text Example

White with #BA5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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