Html Css Color HEX #BA4119 Rust

📋 copy color: '#BA4119'

red 186 ◦ green 65 ◦ blue 25

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

Shades of Rust #BA4119

Tints of Rust #BA4119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 67.39%
G = 23.55%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4119 (or 0xBA4119) is known color: Rust. HEX triplet: BA, 41 and 19. RGB value is (186,65,25). Sum of RGB (Red+Green+Blue) = 186+65+25=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4119 is #45BEE6. Grayscale: #606060. Windows color (decimal): -4570855 or 1655226. OLE color: 1655226.

HSL color Cylindrical-coordinate representation of color #BA4119: hue angle of 14.91º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA4119 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 25 -
CMYK 0 0.65 0.87 0.27
HSL 14.91º 0.76% 0.41% -
HSV(B) 14.91º 0.87% 0.73% -
XYZ 22.32 14.29 2.5 -
YUV 96.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 186 65 25 0 0.65 0.87 0.27 14.91 0.76 0.41
Hex BA 41 19 0 41 57 1B F 4C 29
Octal 272 101 31 0 101 127 33 17 114 51
Binary 10111010 1000001 11001 0 1000001 1010111 11011 1111 1001100 101001

Color Harmonies of #BA4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4119

Black with #BA4119

Text Example


Text Example

White with #BA4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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