Html Css Color HEX #BA4614 Rust

📋 copy color: '#BA4614'

red 186 ◦ green 70 ◦ blue 20

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

Shades of Rust #BA4614

Tints of Rust #BA4614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 67.39%
G = 25.36%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA4614 (or 0xBA4614) is known color: Rust. HEX triplet: BA, 46 and 14. RGB value is (186,70,20). Sum of RGB (Red+Green+Blue) = 186+70+20=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4614 is #45B9EB. Grayscale: #636363. Windows color (decimal): -4569580 or 1328826. OLE color: 1328826.

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

Color convert

RGB 186 70 20 -
CMYK 0 0.62 0.89 0.27
HSL 18.07º 0.81% 0.4% -
HSV(B) 18.07º 0.89% 0.73% -
XYZ 22.57 14.87 2.34 -
YUV 98.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 186 70 20 0 0.62 0.89 0.27 18.07 0.81 0.4
Hex BA 46 14 0 3E 59 1B 12 51 28
Octal 272 106 24 0 76 131 33 22 121 50
Binary 10111010 1000110 10100 0 111110 1011001 11011 10010 1010001 101000

Color Harmonies of #BA4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4614

Black with #BA4614

Text Example


Text Example

White with #BA4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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