Html Css Color HEX #BA4E16 Rust

📋 copy color: '#BA4E16'

red 186 ◦ green 78 ◦ blue 22

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

Shades of Rust #BA4E16

Tints of Rust #BA4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.27%

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

R = 65.03%
G = 27.27%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA4E16 (or 0xBA4E16) is known color: Rust. HEX triplet: BA, 4E and 16. RGB value is (186,78,22). Sum of RGB (Red+Green+Blue) = 186+78+22=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E16 is #45B1E9. Grayscale: #686868. Windows color (decimal): -4567530 or 1461946. OLE color: 1461946.

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

Color convert

RGB 186 78 22 -
CMYK 0 0.58 0.88 0.27
HSL 20.49º 0.79% 0.41% -
HSV(B) 20.49º 0.88% 0.73% -
XYZ 23.12 15.95 2.62 -
YUV 103.91 81.78 186.55 -
System Red Green Blue C M Y K H S L
Decimal 186 78 22 0 0.58 0.88 0.27 20.49 0.79 0.41
Hex BA 4E 16 0 3A 58 1B 14 4F 29
Octal 272 116 26 0 72 130 33 24 117 51
Binary 10111010 1001110 10110 0 111010 1011000 11011 10100 1001111 101001

Color Harmonies of #BA4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E16

Black with #BA4E16

Text Example


Text Example

White with #BA4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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