#BA421A

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

Shades of Rust #BA421A

Tints of Rust #BA421A

Color information

#BA421A (or 0xBA421A) is unknown color: approx Rust. HEX triplet: BA, 42 and 1A. RGB value is (186,66,26). Sum of RGB (Red+Green+Blue) = 186+66+26=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA421A is #45BDE5. Grayscale: #616161. Windows color (decimal): -4570598 or 1721018. OLE color: 1721018.

HSL color Cylindrical-coordinate representation of color #BA421A: hue angle of 15º 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 #BA421A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1866626-
CMYK00.650.860.27
HSL15º75.47%41.57%-
HSV(B)15º86.02%72.94%-
XYZ22.3814.412.58-
YUV97.3287.76191.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.91%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 26 (10.55% from 255) = 9.35%
R=66.91%
G=23.74%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186662600.650.860.271575.4741.57
HexBA421A041561Bf4b2a
Octal272102320101126331711352
Binary101110101000010110100100000110101101101111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA421A; }

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

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

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

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

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

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

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

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