Html Css Color HEX #BA440B Rust

📋 copy color: '#BA440B'

red 186 ◦ green 68 ◦ blue 11

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

Shades of Rust #BA440B

Tints of Rust #BA440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 70.19%
G = 25.66%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA440B (or 0xBA440B) is known color: Rust. HEX triplet: BA, 44 and 0B. RGB value is (186,68,11). Sum of RGB (Red+Green+Blue) = 186+68+11=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA440B is #45BBF4. Grayscale: #616161. Windows color (decimal): -4570101 or 738490. OLE color: 738490.

HSL color Cylindrical-coordinate representation of color #BA440B: hue angle of 19.54º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA440B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 11 -
CMYK 0 0.63 0.94 0.27
HSL 19.54º 0.89% 0.39% -
HSV(B) 19.54º 0.94% 0.73% -
XYZ 22.38 14.6 1.95 -
YUV 96.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 186 68 11 0 0.63 0.94 0.27 19.54 0.89 0.39
Hex BA 44 B 0 3F 5E 1B 14 59 27
Octal 272 104 13 0 77 136 33 24 131 47
Binary 10111010 1000100 1011 0 111111 1011110 11011 10100 1011001 100111

Color Harmonies of #BA440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA440B

Black with #BA440B

Text Example


Text Example

White with #BA440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA440B; }

 p { color: rgb(186,68,11); }

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

background-color css

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

 a { background-color: rgb(186,68,11); }

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

border-color css

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

 span { border-color: rgb(186,68,11); }

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