Html Css Color HEX #BA3B1A Rust

📋 copy color: '#BA3B1A'

red 186 ◦ green 59 ◦ blue 26

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

Shades of Rust #BA3B1A

Tints of Rust #BA3B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

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

R = 68.63%
G = 21.77%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA3B1A (or 0xBA3B1A) is known color: Rust. HEX triplet: BA, 3B and 1A. RGB value is (186,59,26). Sum of RGB (Red+Green+Blue) = 186+59+26=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B1A is #45C4E5. Grayscale: #5D5D5D. Windows color (decimal): -4572390 or 1719226. OLE color: 1719226.

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

Color convert

RGB 186 59 26 -
CMYK 0 0.68 0.86 0.27
HSL 12.38º 0.75% 0.42% -
HSV(B) 12.38º 0.86% 0.73% -
XYZ 22 13.64 2.45 -
YUV 93.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 186 59 26 0 0.68 0.86 0.27 12.38 0.75 0.42
Hex BA 3B 1A 0 44 56 1B C 4B 2A
Octal 272 73 32 0 104 126 33 14 113 52
Binary 10111010 111011 11010 0 1000100 1010110 11011 1100 1001011 101010

Color Harmonies of #BA3B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B1A

Black with #BA3B1A

Text Example


Text Example

White with #BA3B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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