#B23516

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

Shades of Rust #B23516

Tints of Rust #B23516

Color information

#B23516 (or 0xB23516) is unknown color: approx Rust. HEX triplet: B2, 35 and 16. RGB value is (178,53,22). Sum of RGB (Red+Green+Blue) = 178+53+22=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B23516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23516 is #4DCAE9. Grayscale: #575757. Windows color (decimal): -5098218 or 1455538. OLE color: 1455538.

HSL color Cylindrical-coordinate representation of color #B23516: hue angle of 11.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B23516 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1785322-
CMYK00.700.880.30
HSL11.92º78%39.22%-
HSV(B)11.92º87.64%69.8%-
XYZ19.7812.072.05-
YUV86.8491.41193.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.36%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=70.36%
G=20.95%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178532200.700.880.3011.927839.22
HexB23516046581Ec4e27
Octal26265260106130361411647
Binary10110010110101101100100011010110001111011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23516; }

 p { color: rgb(178,53,22); }

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

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

 a { background-color: rgb(178,53,22); }

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

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

 span { border-color: rgb(178,53,22); }

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