Html Css Color HEX #BA4F18 Rust

📋 copy color: '#BA4F18'

red 186 ◦ green 79 ◦ blue 24

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

Shades of Rust #BA4F18

Tints of Rust #BA4F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 64.36%
G = 27.34%
B = 8.3%

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

#BA4F18 (or 0xBA4F18) is known color: Rust. HEX triplet: BA, 4F and 18. RGB value is (186,79,24). Sum of RGB (Red+Green+Blue) = 186+79+24=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4F18 is #45B0E7. Grayscale: #696969. Windows color (decimal): -4567272 or 1593274. OLE color: 1593274.

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

Color convert

RGB 186 79 24 -
CMYK 0 0.58 0.87 0.27
HSL 20.37º 0.77% 0.41% -
HSV(B) 20.37º 0.87% 0.73% -
XYZ 23.21 16.1 2.75 -
YUV 104.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 186 79 24 0 0.58 0.87 0.27 20.37 0.77 0.41
Hex BA 4F 18 0 3A 57 1B 14 4D 29
Octal 272 117 30 0 72 127 33 24 115 51
Binary 10111010 1001111 11000 0 111010 1010111 11011 10100 1001101 101001

Color Harmonies of #BA4F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F18

Black with #BA4F18

Text Example


Text Example

White with #BA4F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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