Html Css Color HEX #BA4111 Rust

📋 copy color: '#BA4111'

red 186 ◦ green 65 ◦ blue 17

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

Shades of Rust #BA4111

Tints of Rust #BA4111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 69.4%
G = 24.25%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA4111 (or 0xBA4111) is known color: Rust. HEX triplet: BA, 41 and 11. RGB value is (186,65,17). Sum of RGB (Red+Green+Blue) = 186+65+17=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4111 is #45BEEE. Grayscale: #606060. Windows color (decimal): -4570863 or 1130938. OLE color: 1130938.

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

Color convert

RGB 186 65 17 -
CMYK 0 0.65 0.91 0.27
HSL 17.04º 0.83% 0.4% -
HSV(B) 17.04º 0.91% 0.73% -
XYZ 22.24 14.26 2.11 -
YUV 95.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 186 65 17 0 0.65 0.91 0.27 17.04 0.83 0.4
Hex BA 41 11 0 41 5B 1B 11 53 28
Octal 272 101 21 0 101 133 33 21 123 50
Binary 10111010 1000001 10001 0 1000001 1011011 11011 10001 1010011 101000

Color Harmonies of #BA4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4111

Black with #BA4111

Text Example


Text Example

White with #BA4111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4111; }

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

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

background-color css

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

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

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

border-color css

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

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

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