Html Css Color HEX #BA4411 Rust

📋 copy color: '#BA4411'

red 186 ◦ green 68 ◦ blue 17

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

Shades of Rust #BA4411

Tints of Rust #BA4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 68.63%
G = 25.09%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA4411 (or 0xBA4411) is known color: Rust. HEX triplet: BA, 44 and 11. RGB value is (186,68,17). Sum of RGB (Red+Green+Blue) = 186+68+17=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4411 is #45BBEE. Grayscale: #616161. Windows color (decimal): -4570095 or 1131706. OLE color: 1131706.

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

Color convert

RGB 186 68 17 -
CMYK 0 0.63 0.91 0.27
HSL 18.11º 0.83% 0.4% -
HSV(B) 18.11º 0.91% 0.73% -
XYZ 22.42 14.61 2.17 -
YUV 97.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 186 68 17 0 0.63 0.91 0.27 18.11 0.83 0.4
Hex BA 44 11 0 3F 5B 1B 12 53 28
Octal 272 104 21 0 77 133 33 22 123 50
Binary 10111010 1000100 10001 0 111111 1011011 11011 10010 1010011 101000

Color Harmonies of #BA4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4411

Black with #BA4411

Text Example


Text Example

White with #BA4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4411; }

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

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

background-color css

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

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

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

border-color css

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

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

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