Html Css Color HEX #BA5015 Rust

📋 copy color: '#BA5015'

red 186 ◦ green 80 ◦ blue 21

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

Shades of Rust #BA5015

Tints of Rust #BA5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 64.81%
G = 27.87%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5015 (or 0xBA5015) is known color: Rust. HEX triplet: BA, 50 and 15. RGB value is (186,80,21). Sum of RGB (Red+Green+Blue) = 186+80+21=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5015 is #45AFEA. Grayscale: #696969. Windows color (decimal): -4567019 or 1396922. OLE color: 1396922.

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

Color convert

RGB 186 80 21 -
CMYK 0 0.57 0.89 0.27
HSL 21.45º 0.8% 0.41% -
HSV(B) 21.45º 0.89% 0.73% -
XYZ 23.25 16.23 2.62 -
YUV 104.97 80.62 185.8 -
System Red Green Blue C M Y K H S L
Decimal 186 80 21 0 0.57 0.89 0.27 21.45 0.8 0.41
Hex BA 50 15 0 39 59 1B 15 50 29
Octal 272 120 25 0 71 131 33 25 120 51
Binary 10111010 1010000 10101 0 111001 1011001 11011 10101 1010000 101001

Color Harmonies of #BA5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5015

Black with #BA5015

Text Example


Text Example

White with #BA5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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