Html Css Color HEX #BA4009 Rust

📋 copy color: '#BA4009'

red 186 ◦ green 64 ◦ blue 9

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

Shades of Rust #BA4009

Tints of Rust #BA4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 71.81%
G = 24.71%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA4009 (or 0xBA4009) is known color: Rust. HEX triplet: BA, 40 and 09. RGB value is (186,64,9). Sum of RGB (Red+Green+Blue) = 186+64+9=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4009 is #45BFF6. Grayscale: #5E5E5E. Windows color (decimal): -4571127 or 606394. OLE color: 606394.

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

Color convert

RGB 186 64 9 -
CMYK 0 0.66 0.95 0.27
HSL 18.64º 0.91% 0.38% -
HSV(B) 18.64º 0.95% 0.73% -
XYZ 22.13 14.13 1.82 -
YUV 94.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 186 64 9 0 0.66 0.95 0.27 18.64 0.91 0.38
Hex BA 40 9 0 42 5F 1B 13 5B 26
Octal 272 100 11 0 102 137 33 23 133 46
Binary 10111010 1000000 1001 0 1000010 1011111 11011 10011 1011011 100110

Color Harmonies of #BA4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4009

Black with #BA4009

Text Example


Text Example

White with #BA4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4009; }

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

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

background-color css

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

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

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

border-color css

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

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

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