Html Css Color HEX #BA491A Rust

📋 copy color: '#BA491A'

red 186 ◦ green 73 ◦ blue 26

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

Shades of Rust #BA491A

Tints of Rust #BA491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 65.26%
G = 25.61%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA491A (or 0xBA491A) is known color: Rust. HEX triplet: BA, 49 and 1A. RGB value is (186,73,26). Sum of RGB (Red+Green+Blue) = 186+73+26=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA491A is #45B6E5. Grayscale: #656565. Windows color (decimal): -4568806 or 1722810. OLE color: 1722810.

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

Color convert

RGB 186 73 26 -
CMYK 0 0.61 0.86 0.27
HSL 17.63º 0.75% 0.42% -
HSV(B) 17.63º 0.86% 0.73% -
XYZ 22.82 15.28 2.72 -
YUV 101.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 186 73 26 0 0.61 0.86 0.27 17.63 0.75 0.42
Hex BA 49 1A 0 3D 56 1B 12 4B 2A
Octal 272 111 32 0 75 126 33 22 113 52
Binary 10111010 1001001 11010 0 111101 1010110 11011 10010 1001011 101010

Color Harmonies of #BA491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA491A

Black with #BA491A

Text Example


Text Example

White with #BA491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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