Html Css Color HEX #BA5612 Rust

📋 copy color: '#BA5612'

red 186 ◦ green 86 ◦ blue 18

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

Shades of Rust #BA5612

Tints of Rust #BA5612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 64.14%
G = 29.66%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5612 (or 0xBA5612) is known color: Rust. HEX triplet: BA, 56 and 12. RGB value is (186,86,18). Sum of RGB (Red+Green+Blue) = 186+86+18=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5612 is #45A9ED. Grayscale: #6C6C6C. Windows color (decimal): -4565486 or 1201850. OLE color: 1201850.

HSL color Cylindrical-coordinate representation of color #BA5612: hue angle of 24.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5612 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 18 -
CMYK 0 0.54 0.90 0.27
HSL 24.29º 0.82% 0.4% -
HSV(B) 24.29º 0.9% 0.73% -
XYZ 23.69 17.14 2.63 -
YUV 108.15 77.13 183.53 -
System Red Green Blue C M Y K H S L
Decimal 186 86 18 0 0.54 0.90 0.27 24.29 0.82 0.4
Hex BA 56 12 0 36 5A 1B 18 52 28
Octal 272 126 22 0 66 132 33 30 122 50
Binary 10111010 1010110 10010 0 110110 1011010 11011 11000 1010010 101000

Color Harmonies of #BA5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5612

Black with #BA5612

Text Example


Text Example

White with #BA5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5612; }

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

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

background-color css

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

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

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

border-color css

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

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

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