#BA4300

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

Shades of Rust #BA4300

Tints of Rust #BA4300

Color information

#BA4300 (or 0xBA4300) is unknown color: approx Rust. HEX triplet: BA, 43 and 00. RGB value is (186,67,0). Sum of RGB (Red+Green+Blue) = 186+67+0=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4300 is #45BCFF. Grayscale: #5F5F5F. Windows color (decimal): -4570368 or 17338. OLE color: 17338.

HSL color Cylindrical-coordinate representation of color #BA4300: hue angle of 21.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA4300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB186670-
CMYK00.6410.27
HSL21.61º100%36.47%-
HSV(B)21.61º100%72.94%-
XYZ22.2614.451.62-
YUV94.9474.42192.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.52%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.52%
G=26.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18667000.6410.2721.6110036.47
HexBA430040641B166424
Octal27210300100144332614444
Binary101110101000011001000000110010011011101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4300; }

 p { color: rgb(186,67,0); }

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

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

 a { background-color: rgb(186,67,0); }

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

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

 span { border-color: rgb(186,67,0); }

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