Html Css Color HEX #BA411F Rust

📋 copy color: '#BA411F'

red 186 ◦ green 65 ◦ blue 31

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

Shades of Rust #BA411F

Tints of Rust #BA411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 65.96%
G = 23.05%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA411F (or 0xBA411F) is known color: Rust. HEX triplet: BA, 41 and 1F. RGB value is (186,65,31). Sum of RGB (Red+Green+Blue) = 186+65+31=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA411F is #45BEE0. Grayscale: #616161. Windows color (decimal): -4570849 or 2048442. OLE color: 2048442.

HSL color Cylindrical-coordinate representation of color #BA411F: hue angle of 13.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA411F is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 31 -
CMYK 0 0.65 0.83 0.27
HSL 13.16º 0.71% 0.43% -
HSV(B) 13.16º 0.83% 0.73% -
XYZ 22.39 14.32 2.88 -
YUV 97.3 90.59 191.26 -
System Red Green Blue C M Y K H S L
Decimal 186 65 31 0 0.65 0.83 0.27 13.16 0.71 0.43
Hex BA 41 1F 0 41 53 1B D 47 2B
Octal 272 101 37 0 101 123 33 15 107 53
Binary 10111010 1000001 11111 0 1000001 1010011 11011 1101 1000111 101011

Color Harmonies of #BA411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA411F

Black with #BA411F

Text Example


Text Example

White with #BA411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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