Html Css Color HEX #BA500B Rust

📋 copy color: '#BA500B'

red 186 ◦ green 80 ◦ blue 11

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

Shades of Rust #BA500B

Tints of Rust #BA500B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 67.15%
G = 28.88%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA500B (or 0xBA500B) is known color: Rust. HEX triplet: BA, 50 and 0B. RGB value is (186,80,11). Sum of RGB (Red+Green+Blue) = 186+80+11=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA500B is #45AFF4. Grayscale: #686868. Windows color (decimal): -4567029 or 741562. OLE color: 741562.

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

Color convert

RGB 186 80 11 -
CMYK 0 0.57 0.94 0.27
HSL 23.66º 0.89% 0.39% -
HSV(B) 23.66º 0.94% 0.73% -
XYZ 23.18 16.2 2.22 -
YUV 103.83 75.62 186.61 -
System Red Green Blue C M Y K H S L
Decimal 186 80 11 0 0.57 0.94 0.27 23.66 0.89 0.39
Hex BA 50 B 0 39 5E 1B 18 59 27
Octal 272 120 13 0 71 136 33 30 131 47
Binary 10111010 1010000 1011 0 111001 1011110 11011 11000 1011001 100111

Color Harmonies of #BA500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA500B

Black with #BA500B

Text Example


Text Example

White with #BA500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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