#B23E16

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

Shades of Rust #B23E16

Tints of Rust #B23E16

Color information

#B23E16 (or 0xB23E16) is unknown color: approx Rust. HEX triplet: B2, 3E and 16. RGB value is (178,62,22). Sum of RGB (Red+Green+Blue) = 178+62+22=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23E16 is #4DC1E9. Grayscale: #5C5C5C. Windows color (decimal): -5095914 or 1457842. OLE color: 1457842.

HSL color Cylindrical-coordinate representation of color #B23E16: hue angle of 15.38º 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 #B23E16 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1786222-
CMYK00.650.880.30
HSL15.38º78%39.22%-
HSV(B)15.38º87.64%69.8%-
XYZ20.2312.972.2-
YUV92.1288.43189.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.94%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 22 (8.98% from 255) = 8.40%
R=67.94%
G=23.66%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178622200.650.880.3015.387839.22
HexB23E16041581Ef4e27
Octal26276260101130361711647
Binary10110010111110101100100000110110001111011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E16; }

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

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

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

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

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

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

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

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