Html Css Color HEX #BA460B Rust

📋 copy color: '#BA460B'

red 186 ◦ green 70 ◦ blue 11

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

Shades of Rust #BA460B

Tints of Rust #BA460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 69.66%
G = 26.22%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA460B (or 0xBA460B) is known color: Rust. HEX triplet: BA, 46 and 0B. RGB value is (186,70,11). Sum of RGB (Red+Green+Blue) = 186+70+11=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA460B is #45B9F4. Grayscale: #626262. Windows color (decimal): -4569589 or 739002. OLE color: 739002.

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

Color convert

RGB 186 70 11 -
CMYK 0 0.62 0.94 0.27
HSL 20.23º 0.89% 0.39% -
HSV(B) 20.23º 0.94% 0.73% -
XYZ 22.5 14.84 2 -
YUV 97.96 78.93 190.8 -
System Red Green Blue C M Y K H S L
Decimal 186 70 11 0 0.62 0.94 0.27 20.23 0.89 0.39
Hex BA 46 B 0 3E 5E 1B 14 59 27
Octal 272 106 13 0 76 136 33 24 131 47
Binary 10111010 1000110 1011 0 111110 1011110 11011 10100 1011001 100111

Color Harmonies of #BA460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA460B

Black with #BA460B

Text Example


Text Example

White with #BA460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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