Html Css Color HEX #BA5610 Rust

📋 copy color: '#BA5610'

red 186 ◦ green 86 ◦ blue 16

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

Shades of Rust #BA5610

Tints of Rust #BA5610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 64.58%
G = 29.86%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA5610 (or 0xBA5610) is known color: Rust. HEX triplet: BA, 56 and 10. RGB value is (186,86,16). Sum of RGB (Red+Green+Blue) = 186+86+16=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5610 is #45A9EF. Grayscale: #6C6C6C. Windows color (decimal): -4565488 or 1070778. OLE color: 1070778.

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

Color convert

RGB 186 86 16 -
CMYK 0 0.54 0.91 0.27
HSL 24.71º 0.84% 0.4% -
HSV(B) 24.71º 0.91% 0.73% -
XYZ 23.67 17.13 2.55 -
YUV 107.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 186 86 16 0 0.54 0.91 0.27 24.71 0.84 0.4
Hex BA 56 10 0 36 5B 1B 19 54 28
Octal 272 126 20 0 66 133 33 31 124 50
Binary 10111010 1010110 10000 0 110110 1011011 11011 11001 1010100 101000

Color Harmonies of #BA5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5610

Black with #BA5610

Text Example


Text Example

White with #BA5610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5610; }

 p { color: rgb(186,86,16); }

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

background-color css

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

 a { background-color: rgb(186,86,16); }

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

border-color css

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

 span { border-color: rgb(186,86,16); }

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