Html Css Color HEX #BA5212 Rust

📋 copy color: '#BA5212'

red 186 ◦ green 82 ◦ blue 18

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

Shades of Rust #BA5212

Tints of Rust #BA5212

RGB

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

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

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

R = 65.03%
G = 28.67%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5212 (or 0xBA5212) is known color: Rust. HEX triplet: BA, 52 and 12. RGB value is (186,82,18). Sum of RGB (Red+Green+Blue) = 186+82+18=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5212 is #45ADED. Grayscale: #6A6A6A. Windows color (decimal): -4566510 or 1200826. OLE color: 1200826.

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

Color convert

RGB 186 82 18 -
CMYK 0 0.56 0.90 0.27
HSL 22.86º 0.82% 0.4% -
HSV(B) 22.86º 0.9% 0.73% -
XYZ 23.38 16.52 2.53 -
YUV 105.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 186 82 18 0 0.56 0.90 0.27 22.86 0.82 0.4
Hex BA 52 12 0 38 5A 1B 17 52 28
Octal 272 122 22 0 70 132 33 27 122 50
Binary 10111010 1010010 10010 0 111000 1011010 11011 10111 1010010 101000

Color Harmonies of #BA5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5212

Black with #BA5212

Text Example


Text Example

White with #BA5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5212; }

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

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

background-color css

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

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

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

border-color css

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

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

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