#BA4E08

Color #BA4E08 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #BA4E08

Tints of Rust #BA4E08

Color information

#BA4E08 (or 0xBA4E08) is unknown color: approx Rust. HEX triplet: BA, 4E and 08. RGB value is (186,78,8). Sum of RGB (Red+Green+Blue) = 186+78+8=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E08 is #45B1F7. Grayscale: #666666. Windows color (decimal): -4567544 or 544442. OLE color: 544442.

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

Color convert

RGB186788-
CMYK00.580.960.27
HSL23.6º91.75%38.04%-
HSV(B)23.6º95.7%72.94%-
XYZ23.0215.912.09-
YUV102.3174.78187.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 8 (3.52% from 255) = 2.94%
R=68.38%
G=28.68%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18678800.580.960.2723.691.7538.04
HexBA4E803A601B185c26
Octal27211610072140333013446
Binary10111010100111010000111010110000011011110001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E08; }

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

 H1.HeaderClassName
 {
   color: #BA4E08;
 }
 .AnyTagClassName
 {
   color: #BA4E08;
 }
</style>
background-color css

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

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

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

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

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

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