#B4451B

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

Shades of Rust #B4451B

Tints of Rust #B4451B

Color information

#B4451B (or 0xB4451B) is unknown color: approx Rust. HEX triplet: B4, 45 and 1B. RGB value is (180,69,27). Sum of RGB (Red+Green+Blue) = 180+69+27=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4451B is #4BBAE4. Grayscale: #616161. Windows color (decimal): -4963045 or 1787316. OLE color: 1787316.

HSL color Cylindrical-coordinate representation of color #B4451B: hue angle of 16.47º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4451B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1806927-
CMYK00.620.850.29
HSL16.47º73.91%40.59%-
HSV(B)16.47º85%70.59%-
XYZ21.1514.042.63-
YUV97.488.27186.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=65.22%
G=25%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180692700.620.850.2916.4773.9140.59
HexB4451B03E551D104a29
Octal26410533076125352011251
Binary101101001000101110110111110101010111101100001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4451B; }

 p { color: rgb(180,69,27); }

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

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

 a { background-color: rgb(180,69,27); }

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

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

 span { border-color: rgb(180,69,27); }

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