#B23D06

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

Shades of Rust #B23D06

Tints of Rust #B23D06

Color information

#B23D06 (or 0xB23D06) is unknown color: approx Rust. HEX triplet: B2, 3D and 06. RGB value is (178,61,6). Sum of RGB (Red+Green+Blue) = 178+61+6=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D06 is #4DC2F9. Grayscale: #5A5A5A. Windows color (decimal): -5096186 or 409010. OLE color: 409010.

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

Color convert

RGB178616-
CMYK00.660.970.30
HSL19.19º93.48%36.08%-
HSV(B)19.19º96.63%69.8%-
XYZ20.0612.821.59-
YUV89.7180.76190.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.65%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=72.65%
G=24.90%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17861600.660.970.3019.1993.4836.08
HexB23D6042611E135d24
Octal2627560102141362313544
Binary1011001011110111001000010110000111110100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D06; }

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

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

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

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

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

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

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

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