#b44022

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

Shades of Rust #B44022

Tints of Rust #B44022

Color information

#B44022 (or 0xB44022) is unknown color: approx Rust. HEX triplet: B4, 40 and 22. RGB value is (180,64,34). Sum of RGB (Red+Green+Blue) = 180+64+34=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B44022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44022 is #4BBFDD. Grayscale: #5F5F5F. Windows color (decimal): -4964318 or 2244788. OLE color: 2244788.

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

Color convert

RGB1806434-
CMYK00.640.810.29
HSL12.33º68.22%41.96%-
HSV(B)12.33º81.11%70.59%-
XYZ20.9413.493.01-
YUV95.2693.43188.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.75%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=64.75%
G=23.02%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180643400.640.810.2912.3368.2241.96
HexB44022040511Dc442a
Octal264100420100121351410452
Binary1011010010000001000100100000010100011110111001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44022; }

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

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

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

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

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

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

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

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