Html Css Color HEX #BA3F11 Rust

📋 copy color: '#BA3F11'

red 186 ◦ green 63 ◦ blue 17

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

Shades of Rust #BA3F11

Tints of Rust #BA3F11

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

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

R = 69.92%
G = 23.68%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA3F11 (or 0xBA3F11) is known color: Rust. HEX triplet: BA, 3F and 11. RGB value is (186,63,17). Sum of RGB (Red+Green+Blue) = 186+63+17=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F11 is #45C0EE. Grayscale: #5E5E5E. Windows color (decimal): -4571375 or 1130426. OLE color: 1130426.

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

Color convert

RGB 186 63 17 -
CMYK 0 0.66 0.91 0.27
HSL 16.33º 0.83% 0.4% -
HSV(B) 16.33º 0.91% 0.73% -
XYZ 22.13 14.03 2.07 -
YUV 94.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 186 63 17 0 0.66 0.91 0.27 16.33 0.83 0.4
Hex BA 3F 11 0 42 5B 1B 10 53 28
Octal 272 77 21 0 102 133 33 20 123 50
Binary 10111010 111111 10001 0 1000010 1011011 11011 10000 1010011 101000

Color Harmonies of #BA3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F11

Black with #BA3F11

Text Example


Text Example

White with #BA3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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