Html Css Color HEX #BA500E Rust

📋 copy color: '#BA500E'

red 186 ◦ green 80 ◦ blue 14

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

Shades of Rust #BA500E

Tints of Rust #BA500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5%

R = 66.43%
G = 28.57%
B = 5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA500E (or 0xBA500E) is known color: Rust. HEX triplet: BA, 50 and 0E. RGB value is (186,80,14). Sum of RGB (Red+Green+Blue) = 186+80+14=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA500E is #45AFF1. Grayscale: #686868. Windows color (decimal): -4567026 or 938170. OLE color: 938170.

HSL color Cylindrical-coordinate representation of color #BA500E: hue angle of 23.02º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA500E is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 14 -
CMYK 0 0.57 0.92 0.27
HSL 23.02º 0.86% 0.39% -
HSV(B) 23.02º 0.92% 0.73% -
XYZ 23.2 16.21 2.32 -
YUV 104.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 186 80 14 0 0.57 0.92 0.27 23.02 0.86 0.39
Hex BA 50 E 0 39 5C 1B 17 56 27
Octal 272 120 16 0 71 134 33 27 126 47
Binary 10111010 1010000 1110 0 111001 1011100 11011 10111 1010110 100111

Color Harmonies of #BA500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA500E

Black with #BA500E

Text Example


Text Example

White with #BA500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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