Html Css Color HEX #BA4919 Rust

📋 copy color: '#BA4919'

red 186 ◦ green 73 ◦ blue 25

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

Shades of Rust #BA4919

Tints of Rust #BA4919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

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

R = 65.49%
G = 25.7%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4919 (or 0xBA4919) is known color: Rust. HEX triplet: BA, 49 and 19. RGB value is (186,73,25). Sum of RGB (Red+Green+Blue) = 186+73+25=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4919 is #45B6E6. Grayscale: #656565. Windows color (decimal): -4568807 or 1657274. OLE color: 1657274.

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

Color convert

RGB 186 73 25 -
CMYK 0 0.61 0.87 0.27
HSL 17.89º 0.76% 0.41% -
HSV(B) 17.89º 0.87% 0.73% -
XYZ 22.81 15.27 2.67 -
YUV 101.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 186 73 25 0 0.61 0.87 0.27 17.89 0.76 0.41
Hex BA 49 19 0 3D 57 1B 12 4C 29
Octal 272 111 31 0 75 127 33 22 114 51
Binary 10111010 1001001 11001 0 111101 1010111 11011 10010 1001100 101001

Color Harmonies of #BA4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4919

Black with #BA4919

Text Example


Text Example

White with #BA4919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4919; }

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

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

background-color css

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

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

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

border-color css

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

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

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