Html Css Color HEX #BA471A Rust

📋 copy color: '#BA471A'

red 186 ◦ green 71 ◦ blue 26

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

Shades of Rust #BA471A

Tints of Rust #BA471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 65.72%
G = 25.09%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA471A (or 0xBA471A) is known color: Rust. HEX triplet: BA, 47 and 1A. RGB value is (186,71,26). Sum of RGB (Red+Green+Blue) = 186+71+26=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA471A is #45B8E5. Grayscale: #646464. Windows color (decimal): -4569318 or 1722298. OLE color: 1722298.

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

Color convert

RGB 186 71 26 -
CMYK 0 0.62 0.86 0.27
HSL 16.88º 0.75% 0.42% -
HSV(B) 16.88º 0.86% 0.73% -
XYZ 22.69 15.02 2.68 -
YUV 100.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 186 71 26 0 0.62 0.86 0.27 16.88 0.75 0.42
Hex BA 47 1A 0 3E 56 1B 11 4B 2A
Octal 272 107 32 0 76 126 33 21 113 52
Binary 10111010 1000111 11010 0 111110 1010110 11011 10001 1001011 101010

Color Harmonies of #BA471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA471A

Black with #BA471A

Text Example


Text Example

White with #BA471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA471A; }

 p { color: rgb(186,71,26); }

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

background-color css

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

 a { background-color: rgb(186,71,26); }

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

border-color css

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

 span { border-color: rgb(186,71,26); }

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