#B44B08

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

Shades of Rust #B44B08

Tints of Rust #B44B08

Color information

#B44B08 (or 0xB44B08) is unknown color: approx Rust. HEX triplet: B4, 4B and 08. RGB value is (180,75,8). Sum of RGB (Red+Green+Blue) = 180+75+8=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44B08 is #4BB4F7. Grayscale: #636363. Windows color (decimal): -4961528 or 543668. OLE color: 543668.

HSL color Cylindrical-coordinate representation of color #B44B08: hue angle of 23.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B44B08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB180758-
CMYK00.580.960.29
HSL23.37º91.49%36.86%-
HSV(B)23.37º95.56%70.59%-
XYZ21.3814.751.95-
YUV98.7676.79185.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.44%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=68.44%
G=28.52%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18075800.580.960.2923.3791.4936.86
HexB44B803A601D175b25
Octal26411310072140352713345
Binary10110100100101110000111010110000011101101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B08; }

 p { color: rgb(180,75,8); }

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

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

 a { background-color: rgb(180,75,8); }

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

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

 span { border-color: rgb(180,75,8); }

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