#B23A06

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

Shades of Rust #B23A06

Tints of Rust #B23A06

Color information

#B23A06 (or 0xB23A06) is unknown color: approx Rust. HEX triplet: B2, 3A and 06. RGB value is (178,58,6). Sum of RGB (Red+Green+Blue) = 178+58+6=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A06 is #4DC5F9. Grayscale: #585858. Windows color (decimal): -5096954 or 408242. OLE color: 408242.

HSL color Cylindrical-coordinate representation of color #B23A06: hue angle of 18.14º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B23A06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB178586-
CMYK00.670.970.30
HSL18.14º93.48%36.08%-
HSV(B)18.14º96.63%69.8%-
XYZ19.9112.51.54-
YUV87.9581.76192.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.55%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=73.55%
G=23.97%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17858600.670.970.3018.1493.4836.08
HexB23A6043611E125d24
Octal2627260103141362213544
Binary1011001011101011001000011110000111110100101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A06; }

 p { color: rgb(178,58,6); }

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

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

 a { background-color: rgb(178,58,6); }

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

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

 span { border-color: rgb(178,58,6); }

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