#B43312

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

Shades of Rust #B43312

Tints of Rust #B43312

Color information

#B43312 (or 0xB43312) is unknown color: approx Rust. HEX triplet: B4, 33 and 12. RGB value is (180,51,18). Sum of RGB (Red+Green+Blue) = 180+51+18=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B43312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43312 is #4BCCED. Grayscale: #565656. Windows color (decimal): -4967662 or 1192884. OLE color: 1192884.

HSL color Cylindrical-coordinate representation of color #B43312: hue angle of 12.22º 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 #B43312 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB1805118-
CMYK00.720.90.29
HSL12.22º81.82%38.82%-
HSV(B)12.22º90%70.59%-
XYZ20.1212.111.85-
YUV85.8189.74195.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.29%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=72.29%
G=20.48%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180511800.720.90.2912.2281.8238.82
HexB433120485A1Dc5227
Octal26463220110132351412247
Binary10110100110011100100100100010110101110111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43312; }

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

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

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

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

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

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

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

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