Html Css Color HEX #BA4109 Rust

📋 copy color: '#BA4109'

red 186 ◦ green 65 ◦ blue 9

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

Shades of Rust #BA4109

Tints of Rust #BA4109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 71.54%
G = 25%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA4109 (or 0xBA4109) is known color: Rust. HEX triplet: BA, 41 and 09. RGB value is (186,65,9). Sum of RGB (Red+Green+Blue) = 186+65+9=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4109 is #45BEF6. Grayscale: #5F5F5F. Windows color (decimal): -4570871 or 606650. OLE color: 606650.

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

Color convert

RGB 186 65 9 -
CMYK 0 0.65 0.95 0.27
HSL 18.98º 0.91% 0.38% -
HSV(B) 18.98º 0.95% 0.73% -
XYZ 22.19 14.24 1.84 -
YUV 94.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 186 65 9 0 0.65 0.95 0.27 18.98 0.91 0.38
Hex BA 41 9 0 41 5F 1B 13 5B 26
Octal 272 101 11 0 101 137 33 23 133 46
Binary 10111010 1000001 1001 0 1000001 1011111 11011 10011 1011011 100110

Color Harmonies of #BA4109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4109

Black with #BA4109

Text Example


Text Example

White with #BA4109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4109; }

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

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

background-color css

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

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

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

border-color css

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

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

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