Html Css Color HEX #BA5512 Rust

📋 copy color: '#BA5512'

red 186 ◦ green 85 ◦ blue 18

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

Shades of Rust #BA5512

Tints of Rust #BA5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 64.36%
G = 29.41%
B = 6.23%

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

#BA5512 (or 0xBA5512) is known color: Rust. HEX triplet: BA, 55 and 12. RGB value is (186,85,18). Sum of RGB (Red+Green+Blue) = 186+85+18=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5512 is #45AAED. Grayscale: #6B6B6B. Windows color (decimal): -4565742 or 1201594. OLE color: 1201594.

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

Color convert

RGB 186 85 18 -
CMYK 0 0.54 0.90 0.27
HSL 23.93º 0.82% 0.4% -
HSV(B) 23.93º 0.9% 0.73% -
XYZ 23.61 16.98 2.61 -
YUV 107.56 77.46 183.95 -
System Red Green Blue C M Y K H S L
Decimal 186 85 18 0 0.54 0.90 0.27 23.93 0.82 0.4
Hex BA 55 12 0 36 5A 1B 18 52 28
Octal 272 125 22 0 66 132 33 30 122 50
Binary 10111010 1010101 10010 0 110110 1011010 11011 11000 1010010 101000

Color Harmonies of #BA5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5512

Black with #BA5512

Text Example


Text Example

White with #BA5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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