Html Css Color HEX #BA520C Rust

📋 copy color: '#BA520C'

red 186 ◦ green 82 ◦ blue 12

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

Shades of Rust #BA520C

Tints of Rust #BA520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 66.43%
G = 29.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA520C (or 0xBA520C) is known color: Rust. HEX triplet: BA, 52 and 0C. RGB value is (186,82,12). Sum of RGB (Red+Green+Blue) = 186+82+12=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA520C is #45ADF3. Grayscale: #696969. Windows color (decimal): -4566516 or 807610. OLE color: 807610.

HSL color Cylindrical-coordinate representation of color #BA520C: hue angle of 24.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA520C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 12 -
CMYK 0 0.56 0.94 0.27
HSL 24.14º 0.88% 0.39% -
HSV(B) 24.14º 0.94% 0.73% -
XYZ 23.33 16.5 2.3 -
YUV 105.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 186 82 12 0 0.56 0.94 0.27 24.14 0.88 0.39
Hex BA 52 C 0 38 5E 1B 18 58 27
Octal 272 122 14 0 70 136 33 30 130 47
Binary 10111010 1010010 1100 0 111000 1011110 11011 11000 1011000 100111

Color Harmonies of #BA520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA520C

Black with #BA520C

Text Example


Text Example

White with #BA520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA520C; }

 p { color: rgb(186,82,12); }

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

background-color css

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

 a { background-color: rgb(186,82,12); }

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

border-color css

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

 span { border-color: rgb(186,82,12); }

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