Html Css Color HEX #BA460E Rust

📋 copy color: '#BA460E'

red 186 ◦ green 70 ◦ blue 14

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

Shades of Rust #BA460E

Tints of Rust #BA460E

RGB

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

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

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

R = 68.89%
G = 25.93%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA460E (or 0xBA460E) is known color: Rust. HEX triplet: BA, 46 and 0E. RGB value is (186,70,14). Sum of RGB (Red+Green+Blue) = 186+70+14=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA460E is #45B9F1. Grayscale: #626262. Windows color (decimal): -4569586 or 935610. OLE color: 935610.

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

Color convert

RGB 186 70 14 -
CMYK 0 0.62 0.92 0.27
HSL 19.53º 0.86% 0.39% -
HSV(B) 19.53º 0.92% 0.73% -
XYZ 22.52 14.85 2.1 -
YUV 98.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 186 70 14 0 0.62 0.92 0.27 19.53 0.86 0.39
Hex BA 46 E 0 3E 5C 1B 14 56 27
Octal 272 106 16 0 76 134 33 24 126 47
Binary 10111010 1000110 1110 0 111110 1011100 11011 10100 1010110 100111

Color Harmonies of #BA460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA460E

Black with #BA460E

Text Example


Text Example

White with #BA460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA460E; }

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

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

background-color css

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

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

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

border-color css

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

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

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