Html Css Color HEX #BA411A Rust

📋 copy color: '#BA411A'

red 186 ◦ green 65 ◦ blue 26

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

Shades of Rust #BA411A

Tints of Rust #BA411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 67.15%
G = 23.47%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA411A (or 0xBA411A) is known color: Rust. HEX triplet: BA, 41 and 1A. RGB value is (186,65,26). Sum of RGB (Red+Green+Blue) = 186+65+26=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA411A is #45BEE5. Grayscale: #616161. Windows color (decimal): -4570854 or 1720762. OLE color: 1720762.

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

Color convert

RGB 186 65 26 -
CMYK 0 0.65 0.86 0.27
HSL 14.63º 0.75% 0.42% -
HSV(B) 14.63º 0.86% 0.73% -
XYZ 22.33 14.29 2.56 -
YUV 96.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 186 65 26 0 0.65 0.86 0.27 14.63 0.75 0.42
Hex BA 41 1A 0 41 56 1B F 4B 2A
Octal 272 101 32 0 101 126 33 17 113 52
Binary 10111010 1000001 11010 0 1000001 1010110 11011 1111 1001011 101010

Color Harmonies of #BA411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA411A

Black with #BA411A

Text Example


Text Example

White with #BA411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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