#B44402

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

Shades of Rust #B44402

Tints of Rust #B44402

Color information

#B44402 (or 0xB44402) is unknown color: approx Rust. HEX triplet: B4, 44 and 02. RGB value is (180,68,2). Sum of RGB (Red+Green+Blue) = 180+68+2=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B44402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44402 is #4BBBFD. Grayscale: #5E5E5E. Windows color (decimal): -4963326 or 148660. OLE color: 148660.

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

Color convert

RGB180682-
CMYK00.620.990.29
HSL22.25º97.8%35.69%-
HSV(B)22.25º98.89%70.59%-
XYZ20.913.841.63-
YUV93.9676.11189.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=72%
G=27.2%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18068200.620.990.2922.2597.835.69
HexB444203E631D166224
Octal2641042076143352614244
Binary101101001000100100111110110001111101101101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44402; }

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

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

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

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

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

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

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

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