#B4440D

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

Shades of Rust #B4440D

Tints of Rust #B4440D

Color information

#B4440D (or 0xB4440D) is unknown color: approx Rust. HEX triplet: B4, 44 and 0D. RGB value is (180,68,13). Sum of RGB (Red+Green+Blue) = 180+68+13=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B4440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4440D is #4BBBF2. Grayscale: #5F5F5F. Windows color (decimal): -4963315 or 869556. OLE color: 869556.

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

Color convert

RGB1806813-
CMYK00.620.930.29
HSL19.76º86.53%37.84%-
HSV(B)19.76º92.78%70.59%-
XYZ20.9613.871.95-
YUV95.2281.61188.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.97%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=68.97%
G=26.05%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180681300.620.930.2919.7686.5337.84
HexB444D03E5D1D145726
Octal26410415076135352412746
Binary10110100100010011010111110101110111101101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4440D; }

 p { color: rgb(180,68,13); }

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

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

 a { background-color: rgb(180,68,13); }

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

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

 span { border-color: rgb(180,68,13); }

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