#BA430C

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

Shades of Rust #BA430C

Tints of Rust #BA430C

Color information

#BA430C (or 0xBA430C) is unknown color: approx Rust. HEX triplet: BA, 43 and 0C. RGB value is (186,67,12). Sum of RGB (Red+Green+Blue) = 186+67+12=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA430C is #45BCF3. Grayscale: #606060. Windows color (decimal): -4570356 or 803770. OLE color: 803770.

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

Color convert

RGB1866712-
CMYK00.640.940.27
HSL18.97º87.88%38.82%-
HSV(B)18.97º93.55%72.94%-
XYZ22.3214.481.97-
YUV96.3180.42191.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=70.19%
G=25.28%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186671200.640.940.2718.9787.8838.82
HexBA43C0405E1B135827
Octal272103140100136332313047
Binary101110101000011110001000000101111011011100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA430C; }

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

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

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

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

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

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

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

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