Html Css Color HEX #BA4609 Rust

📋 copy color: '#BA4609'

red 186 ◦ green 70 ◦ blue 9

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

Shades of Rust #BA4609

Tints of Rust #BA4609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

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

R = 70.19%
G = 26.42%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA4609 (or 0xBA4609) is known color: Rust. HEX triplet: BA, 46 and 09. RGB value is (186,70,9). Sum of RGB (Red+Green+Blue) = 186+70+9=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4609 is #45B9F6. Grayscale: #626262. Windows color (decimal): -4569591 or 607930. OLE color: 607930.

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

Color convert

RGB 186 70 9 -
CMYK 0 0.62 0.95 0.27
HSL 20.68º 0.91% 0.38% -
HSV(B) 20.68º 0.95% 0.73% -
XYZ 22.49 14.84 1.94 -
YUV 97.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 186 70 9 0 0.62 0.95 0.27 20.68 0.91 0.38
Hex BA 46 9 0 3E 5F 1B 15 5B 26
Octal 272 106 11 0 76 137 33 25 133 46
Binary 10111010 1000110 1001 0 111110 1011111 11011 10101 1011011 100110

Color Harmonies of #BA4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4609

Black with #BA4609

Text Example


Text Example

White with #BA4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4609; }

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

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

background-color css

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

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

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

border-color css

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

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

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