Html Css Color HEX #BA411E Rust

📋 copy color: '#BA411E'

red 186 ◦ green 65 ◦ blue 30

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

Shades of Rust #BA411E

Tints of Rust #BA411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 66.19%
G = 23.13%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA411E (or 0xBA411E) is known color: Rust. HEX triplet: BA, 41 and 1E. RGB value is (186,65,30). Sum of RGB (Red+Green+Blue) = 186+65+30=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA411E is #45BEE1. Grayscale: #616161. Windows color (decimal): -4570850 or 1982906. OLE color: 1982906.

HSL color Cylindrical-coordinate representation of color #BA411E: hue angle of 13.46º degrees, saturation: 0.72, 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 #BA411E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 30 -
CMYK 0 0.65 0.84 0.27
HSL 13.46º 0.72% 0.42% -
HSV(B) 13.46º 0.84% 0.73% -
XYZ 22.37 14.31 2.81 -
YUV 97.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 186 65 30 0 0.65 0.84 0.27 13.46 0.72 0.42
Hex BA 41 1E 0 41 54 1B D 48 2A
Octal 272 101 36 0 101 124 33 15 110 52
Binary 10111010 1000001 11110 0 1000001 1010100 11011 1101 1001000 101010

Color Harmonies of #BA411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA411E

Black with #BA411E

Text Example


Text Example

White with #BA411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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