Html Css Color HEX #BA4E1B Rust

📋 copy color: '#BA4E1B'

red 186 ◦ green 78 ◦ blue 27

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

Shades of Rust #BA4E1B

Tints of Rust #BA4E1B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.8%

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 63.92%
G = 26.8%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA4E1B (or 0xBA4E1B) is known color: Rust. HEX triplet: BA, 4E and 1B. RGB value is (186,78,27). Sum of RGB (Red+Green+Blue) = 186+78+27=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E1B is #45B1E4. Grayscale: #686868. Windows color (decimal): -4567525 or 1789626. OLE color: 1789626.

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

Color convert

RGB 186 78 27 -
CMYK 0 0.58 0.85 0.27
HSL 19.25º 0.75% 0.42% -
HSV(B) 19.25º 0.85% 0.73% -
XYZ 23.17 15.97 2.9 -
YUV 104.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 186 78 27 0 0.58 0.85 0.27 19.25 0.75 0.42
Hex BA 4E 1B 0 3A 55 1B 13 4B 2A
Octal 272 116 33 0 72 125 33 23 113 52
Binary 10111010 1001110 11011 0 111010 1010101 11011 10011 1001011 101010

Color Harmonies of #BA4E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E1B

Black with #BA4E1B

Text Example


Text Example

White with #BA4E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E1B; }

 p { color: rgb(186,78,27); }

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

background-color css

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

 a { background-color: rgb(186,78,27); }

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

border-color css

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

 span { border-color: rgb(186,78,27); }

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