#B43A12

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

Shades of Rust #B43A12

Tints of Rust #B43A12

Color information

#B43A12 (or 0xB43A12) is unknown color: approx Rust. HEX triplet: B4, 3A and 12. RGB value is (180,58,18). Sum of RGB (Red+Green+Blue) = 180+58+18=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A12 is #4BC5ED. Grayscale: #5A5A5A. Windows color (decimal): -4965870 or 1194676. OLE color: 1194676.

HSL color Cylindrical-coordinate representation of color #B43A12: hue angle of 14.81º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B43A12 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB1805818-
CMYK00.680.90.29
HSL14.81º81.82%38.82%-
HSV(B)14.81º90%70.59%-
XYZ20.4412.771.96-
YUV89.9287.42192.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.31%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=70.31%
G=22.66%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180581800.680.90.2914.8181.8238.82
HexB43A120445A1Df5227
Octal26472220104132351712247
Binary10110100111010100100100010010110101110111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A12; }

 p { color: rgb(180,58,18); }

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

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

 a { background-color: rgb(180,58,18); }

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

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

 span { border-color: rgb(180,58,18); }

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