Html Css Color HEX #BA510B Rust

📋 copy color: '#BA510B'

red 186 ◦ green 81 ◦ blue 11

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

Shades of Rust #BA510B

Tints of Rust #BA510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

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

R = 66.91%
G = 29.14%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA510B (or 0xBA510B) is known color: Rust. HEX triplet: BA, 51 and 0B. RGB value is (186,81,11). Sum of RGB (Red+Green+Blue) = 186+81+11=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA510B is #45AEF4. Grayscale: #686868. Windows color (decimal): -4566773 or 741818. OLE color: 741818.

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

Color convert

RGB 186 81 11 -
CMYK 0 0.56 0.94 0.27
HSL 24º 0.89% 0.39% -
HSV(B) 24º 0.94% 0.73% -
XYZ 23.25 16.35 2.25 -
YUV 104.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 186 81 11 0 0.56 0.94 0.27 24 0.89 0.39
Hex BA 51 B 0 38 5E 1B 18 59 27
Octal 272 121 13 0 70 136 33 30 131 47
Binary 10111010 1010001 1011 0 111000 1011110 11011 11000 1011001 100111

Color Harmonies of #BA510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA510B

Black with #BA510B

Text Example


Text Example

White with #BA510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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