Html Css Color HEX #BA4F1A Rust

📋 copy color: '#BA4F1A'

red 186 ◦ green 79 ◦ blue 26

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

Shades of Rust #BA4F1A

Tints of Rust #BA4F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 63.92%
G = 27.15%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA4F1A (or 0xBA4F1A) is known color: Rust. HEX triplet: BA, 4F and 1A. RGB value is (186,79,26). Sum of RGB (Red+Green+Blue) = 186+79+26=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F1A is #45B0E5. Grayscale: #696969. Windows color (decimal): -4567270 or 1724346. OLE color: 1724346.

HSL color Cylindrical-coordinate representation of color #BA4F1A: hue angle of 19.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA4F1A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 79 26 -
CMYK 0 0.58 0.86 0.27
HSL 19.88º 0.75% 0.42% -
HSV(B) 19.88º 0.86% 0.73% -
XYZ 23.23 16.11 2.86 -
YUV 104.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 186 79 26 0 0.58 0.86 0.27 19.88 0.75 0.42
Hex BA 4F 1A 0 3A 56 1B 14 4B 2A
Octal 272 117 32 0 72 126 33 24 113 52
Binary 10111010 1001111 11010 0 111010 1010110 11011 10100 1001011 101010

Color Harmonies of #BA4F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F1A

Black with #BA4F1A

Text Example


Text Example

White with #BA4F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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