Html Css Color HEX #BA491D Rust

📋 copy color: '#BA491D'

red 186 ◦ green 73 ◦ blue 29

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

Shades of Rust #BA491D

Tints of Rust #BA491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 64.58%
G = 25.35%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA491D (or 0xBA491D) is known color: Rust. HEX triplet: BA, 49 and 1D. RGB value is (186,73,29). Sum of RGB (Red+Green+Blue) = 186+73+29=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA491D is #45B6E2. Grayscale: #666666. Windows color (decimal): -4568803 or 1919418. OLE color: 1919418.

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

Color convert

RGB 186 73 29 -
CMYK 0 0.61 0.84 0.27
HSL 16.82º 0.73% 0.42% -
HSV(B) 16.82º 0.84% 0.73% -
XYZ 22.85 15.29 2.91 -
YUV 101.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 186 73 29 0 0.61 0.84 0.27 16.82 0.73 0.42
Hex BA 49 1D 0 3D 54 1B 11 49 2A
Octal 272 111 35 0 75 124 33 21 111 52
Binary 10111010 1001001 11101 0 111101 1010100 11011 10001 1001001 101010

Color Harmonies of #BA491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA491D

Black with #BA491D

Text Example


Text Example

White with #BA491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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