#B23C06

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

Shades of Rust #B23C06

Tints of Rust #B23C06

Color information

#B23C06 (or 0xB23C06) is unknown color: approx Rust. HEX triplet: B2, 3C and 06. RGB value is (178,60,6). Sum of RGB (Red+Green+Blue) = 178+60+6=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C06 is #4DC3F9. Grayscale: #595959. Windows color (decimal): -5096442 or 408754. OLE color: 408754.

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

Color convert

RGB178606-
CMYK00.660.970.30
HSL18.84º93.48%36.08%-
HSV(B)18.84º96.63%69.8%-
XYZ20.0112.711.57-
YUV89.1381.09191.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.95%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 6 (2.73% from 255) = 2.46%
R=72.95%
G=24.59%
B=2.46%

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
Decimal17860600.660.970.3018.8493.4836.08
HexB23C6042611E135d24
Octal2627460102141362313544
Binary1011001011110011001000010110000111110100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C06; }

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

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

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

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

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

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

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

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