Html Css Color HEX #BA5012 Rust

📋 copy color: '#BA5012'

red 186 ◦ green 80 ◦ blue 18

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

Shades of Rust #BA5012

Tints of Rust #BA5012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 65.49%
G = 28.17%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5012 (or 0xBA5012) is known color: Rust. HEX triplet: BA, 50 and 12. RGB value is (186,80,18). Sum of RGB (Red+Green+Blue) = 186+80+18=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5012 is #45AFED. Grayscale: #686868. Windows color (decimal): -4567022 or 1200314. OLE color: 1200314.

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

Color convert

RGB 186 80 18 -
CMYK 0 0.57 0.90 0.27
HSL 22.14º 0.82% 0.4% -
HSV(B) 22.14º 0.9% 0.73% -
XYZ 23.23 16.22 2.48 -
YUV 104.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 186 80 18 0 0.57 0.90 0.27 22.14 0.82 0.4
Hex BA 50 12 0 39 5A 1B 16 52 28
Octal 272 120 22 0 71 132 33 26 122 50
Binary 10111010 1010000 10010 0 111001 1011010 11011 10110 1010010 101000

Color Harmonies of #BA5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5012

Black with #BA5012

Text Example


Text Example

White with #BA5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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