#B35018

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

Shades of Rust #B35018

Tints of Rust #B35018

Color information

#B35018 (or 0xB35018) is unknown color: approx Rust. HEX triplet: B3, 50 and 18. RGB value is (179,80,24). Sum of RGB (Red+Green+Blue) = 179+80+24=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B35018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35018 is #4CAFE7. Grayscale: #676767. Windows color (decimal): -5025768 or 1593523. OLE color: 1593523.

HSL color Cylindrical-coordinate representation of color #B35018: hue angle of 21.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B35018 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1798024-
CMYK00.550.870.30
HSL21.68º76.35%39.8%-
HSV(B)21.68º86.59%70.2%-
XYZ21.6215.392.69-
YUV103.2283.3182.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.25%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=63.25%
G=28.27%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179802400.550.870.3021.6876.3539.8
HexB35018037571E164c28
Octal26312030067127362611450
Binary101100111010000110000110111101011111110101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35018; }

 p { color: rgb(179,80,24); }

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

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

 a { background-color: rgb(179,80,24); }

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

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

 span { border-color: rgb(179,80,24); }

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