#B43718

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

Shades of Rust #B43718

Tints of Rust #B43718

Color information

#B43718 (or 0xB43718) is unknown color: approx Rust. HEX triplet: B4, 37 and 18. RGB value is (180,55,24). Sum of RGB (Red+Green+Blue) = 180+55+24=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B43718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43718 is #4BC8E7. Grayscale: #595959. Windows color (decimal): -4966632 or 1587124. OLE color: 1587124.

HSL color Cylindrical-coordinate representation of color #B43718: hue angle of 11.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B43718 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1805524-
CMYK00.690.870.29
HSL11.92º76.47%40%-
HSV(B)11.92º86.67%70.59%-
XYZ20.3512.52.2-
YUV88.8491.41193.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.50%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=69.50%
G=21.24%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180552400.690.870.2911.9276.4740
HexB43718045571Dc4c28
Octal26467300105127351411450
Binary10110100110111110000100010110101111110111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43718; }

 p { color: rgb(180,55,24); }

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

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

 a { background-color: rgb(180,55,24); }

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

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

 span { border-color: rgb(180,55,24); }

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