#B4400C

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

Shades of Rust #B4400C

Tints of Rust #B4400C

Color information

#B4400C (or 0xB4400C) is unknown color: approx Rust. HEX triplet: B4, 40 and 0C. RGB value is (180,64,12). Sum of RGB (Red+Green+Blue) = 180+64+12=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B4400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4400C is #4BBFF3. Grayscale: #5D5D5D. Windows color (decimal): -4964340 or 802996. OLE color: 802996.

HSL color Cylindrical-coordinate representation of color #B4400C: hue angle of 18.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4400C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1806412-
CMYK00.640.930.29
HSL18.57º87.5%37.65%-
HSV(B)18.57º93.33%70.59%-
XYZ20.7213.41.84-
YUV92.7682.43190.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.31%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=70.31%
G=25%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180641200.640.930.2918.5787.537.65
HexB440C0405D1D135826
Octal264100140100135352313046
Binary101101001000000110001000000101110111101100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4400C; }

 p { color: rgb(180,64,12); }

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

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

 a { background-color: rgb(180,64,12); }

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

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

 span { border-color: rgb(180,64,12); }

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