Html Css Color HEX #BA4616 Rust

📋 copy color: '#BA4616'

red 186 ◦ green 70 ◦ blue 22

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

Shades of Rust #BA4616

Tints of Rust #BA4616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 66.91%
G = 25.18%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA4616 (or 0xBA4616) is known color: Rust. HEX triplet: BA, 46 and 16. RGB value is (186,70,22). Sum of RGB (Red+Green+Blue) = 186+70+22=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4616 is #45B9E9. Grayscale: #636363. Windows color (decimal): -4569578 or 1459898. OLE color: 1459898.

HSL color Cylindrical-coordinate representation of color #BA4616: hue angle of 17.56º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4616 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 22 -
CMYK 0 0.62 0.88 0.27
HSL 17.56º 0.79% 0.41% -
HSV(B) 17.56º 0.88% 0.73% -
XYZ 22.58 14.88 2.44 -
YUV 99.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 186 70 22 0 0.62 0.88 0.27 17.56 0.79 0.41
Hex BA 46 16 0 3E 58 1B 12 4F 29
Octal 272 106 26 0 76 130 33 22 117 51
Binary 10111010 1000110 10110 0 111110 1011000 11011 10010 1001111 101001

Color Harmonies of #BA4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4616

Black with #BA4616

Text Example


Text Example

White with #BA4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4616; }

 p { color: rgb(186,70,22); }

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

background-color css

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

 a { background-color: rgb(186,70,22); }

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

border-color css

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

 span { border-color: rgb(186,70,22); }

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