Html Css Color HEX #BA461A Rust

📋 copy color: '#BA461A'

red 186 ◦ green 70 ◦ blue 26

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

Shades of Rust #BA461A

Tints of Rust #BA461A

RGB

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

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

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

R = 65.96%
G = 24.82%
B = 9.22%

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

#BA461A (or 0xBA461A) is known color: Rust. HEX triplet: BA, 46 and 1A. RGB value is (186,70,26). Sum of RGB (Red+Green+Blue) = 186+70+26=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA461A is #45B9E5. Grayscale: #636363. Windows color (decimal): -4569574 or 1722042. OLE color: 1722042.

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

Color convert

RGB 186 70 26 -
CMYK 0 0.62 0.86 0.27
HSL 16.5º 0.75% 0.42% -
HSV(B) 16.5º 0.86% 0.73% -
XYZ 22.63 14.89 2.66 -
YUV 99.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 186 70 26 0 0.62 0.86 0.27 16.5 0.75 0.42
Hex BA 46 1A 0 3E 56 1B 10 4B 2A
Octal 272 106 32 0 76 126 33 20 113 52
Binary 10111010 1000110 11010 0 111110 1010110 11011 10000 1001011 101010

Color Harmonies of #BA461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA461A

Black with #BA461A

Text Example


Text Example

White with #BA461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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