Html Css Color HEX #BA5712 Rust

📋 copy color: '#BA5712'

red 186 ◦ green 87 ◦ blue 18

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

Shades of Rust #BA5712

Tints of Rust #BA5712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 63.92%
G = 29.9%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5712 (or 0xBA5712) is known color: Rust. HEX triplet: BA, 57 and 12. RGB value is (186,87,18). Sum of RGB (Red+Green+Blue) = 186+87+18=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5712 is #45A8ED. Grayscale: #6D6D6D. Windows color (decimal): -4565230 or 1202106. OLE color: 1202106.

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

Color convert

RGB 186 87 18 -
CMYK 0 0.53 0.90 0.27
HSL 24.64º 0.82% 0.4% -
HSV(B) 24.64º 0.9% 0.73% -
XYZ 23.77 17.3 2.66 -
YUV 108.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 186 87 18 0 0.53 0.90 0.27 24.64 0.82 0.4
Hex BA 57 12 0 35 5A 1B 19 52 28
Octal 272 127 22 0 65 132 33 31 122 50
Binary 10111010 1010111 10010 0 110101 1011010 11011 11001 1010010 101000

Color Harmonies of #BA5712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5712

Black with #BA5712

Text Example


Text Example

White with #BA5712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5712; }

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

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

background-color css

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

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

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

border-color css

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

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

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