Html Css Color HEX #BA5209 Rust

📋 copy color: '#BA5209'

red 186 ◦ green 82 ◦ blue 9

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

Shades of Rust #BA5209

Tints of Rust #BA5209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.25%

R = 67.15%
G = 29.6%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA5209 (or 0xBA5209) is known color: Rust. HEX triplet: BA, 52 and 09. RGB value is (186,82,9). Sum of RGB (Red+Green+Blue) = 186+82+9=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5209 is #45ADF6. Grayscale: #696969. Windows color (decimal): -4566519 or 611002. OLE color: 611002.

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

Color convert

RGB 186 82 9 -
CMYK 0 0.56 0.95 0.27
HSL 24.75º 0.91% 0.38% -
HSV(B) 24.75º 0.95% 0.73% -
XYZ 23.32 16.49 2.21 -
YUV 104.77 73.96 185.94 -
System Red Green Blue C M Y K H S L
Decimal 186 82 9 0 0.56 0.95 0.27 24.75 0.91 0.38
Hex BA 52 9 0 38 5F 1B 19 5B 26
Octal 272 122 11 0 70 137 33 31 133 46
Binary 10111010 1010010 1001 0 111000 1011111 11011 11001 1011011 100110

Color Harmonies of #BA5209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5209

Black with #BA5209

Text Example


Text Example

White with #BA5209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5209; }

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

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

background-color css

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

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

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

border-color css

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

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

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