Html Css Color HEX #BA5009 Rust

📋 copy color: '#BA5009'

red 186 ◦ green 80 ◦ blue 9

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

Shades of Rust #BA5009

Tints of Rust #BA5009

RGB

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

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

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

R = 67.64%
G = 29.09%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA5009 (or 0xBA5009) is known color: Rust. HEX triplet: BA, 50 and 09. RGB value is (186,80,9). Sum of RGB (Red+Green+Blue) = 186+80+9=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5009 is #45AFF6. Grayscale: #676767. Windows color (decimal): -4567031 or 610490. OLE color: 610490.

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

Color convert

RGB 186 80 9 -
CMYK 0 0.57 0.95 0.27
HSL 24.07º 0.91% 0.38% -
HSV(B) 24.07º 0.95% 0.73% -
XYZ 23.17 16.2 2.16 -
YUV 103.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 186 80 9 0 0.57 0.95 0.27 24.07 0.91 0.38
Hex BA 50 9 0 39 5F 1B 18 5B 26
Octal 272 120 11 0 71 137 33 30 133 46
Binary 10111010 1010000 1001 0 111001 1011111 11011 11000 1011011 100110

Color Harmonies of #BA5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5009

Black with #BA5009

Text Example


Text Example

White with #BA5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5009; }

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

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

background-color css

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

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

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

border-color css

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

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

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