#B44502

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

Shades of Rust #B44502

Tints of Rust #B44502

Color information

#B44502 (or 0xB44502) is unknown color: approx Rust. HEX triplet: B4, 45 and 02. RGB value is (180,69,2). Sum of RGB (Red+Green+Blue) = 180+69+2=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B44502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44502 is #4BBAFD. Grayscale: #5E5E5E. Windows color (decimal): -4963070 or 148916. OLE color: 148916.

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

Color convert

RGB180692-
CMYK00.620.990.29
HSL22.58º97.8%35.69%-
HSV(B)22.58º98.89%70.59%-
XYZ20.9613.961.65-
YUV94.5575.77188.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.71%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=71.71%
G=27.49%
B=0.80%

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
Decimal18069200.620.990.2922.5897.835.69
HexB445203E631D176224
Octal2641052076143352714244
Binary101101001000101100111110110001111101101111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44502; }

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

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

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

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

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

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

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

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