Html Css Color HEX #BA4F19 Rust

📋 copy color: '#BA4F19'

red 186 ◦ green 79 ◦ blue 25

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

Shades of Rust #BA4F19

Tints of Rust #BA4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.24%

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

R = 64.14%
G = 27.24%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA4F19 (or 0xBA4F19) is known color: Rust. HEX triplet: BA, 4F and 19. RGB value is (186,79,25). Sum of RGB (Red+Green+Blue) = 186+79+25=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4F19 is #45B0E6. Grayscale: #696969. Windows color (decimal): -4567271 or 1658810. OLE color: 1658810.

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

Color convert

RGB 186 79 25 -
CMYK 0 0.58 0.87 0.27
HSL 20.12º 0.76% 0.41% -
HSV(B) 20.12º 0.87% 0.73% -
XYZ 23.22 16.1 2.8 -
YUV 104.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 186 79 25 0 0.58 0.87 0.27 20.12 0.76 0.41
Hex BA 4F 19 0 3A 57 1B 14 4C 29
Octal 272 117 31 0 72 127 33 24 114 51
Binary 10111010 1001111 11001 0 111010 1010111 11011 10100 1001100 101001

Color Harmonies of #BA4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F19

Black with #BA4F19

Text Example


Text Example

White with #BA4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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