#B44718

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

Shades of Rust #B44718

Tints of Rust #B44718

Color information

#B44718 (or 0xB44718) is unknown color: approx Rust. HEX triplet: B4, 47 and 18. RGB value is (180,71,24). Sum of RGB (Red+Green+Blue) = 180+71+24=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B44718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44718 is #4BB8E7. Grayscale: #626262. Windows color (decimal): -4962536 or 1591220. OLE color: 1591220.

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

Color convert

RGB1807124-
CMYK00.610.870.29
HSL18.08º76.47%40%-
HSV(B)18.08º86.67%70.59%-
XYZ21.2414.282.5-
YUV98.2386.11186.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.45%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 24 (9.77% from 255) = 8.73%
R=65.45%
G=25.82%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180712400.610.870.2918.0876.4740
HexB4471803D571D124c28
Octal26410730075127352211450
Binary101101001000111110000111101101011111101100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44718; }

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

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

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

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

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

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

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

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