#b23c0e

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

Shades of Rust #B23C0E

Tints of Rust #B23C0E

Color information

#B23C0E (or 0xB23C0E) is unknown color: approx Rust. HEX triplet: B2, 3C and 0E. RGB value is (178,60,14). Sum of RGB (Red+Green+Blue) = 178+60+14=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C0E is #4DC3F1. Grayscale: #5A5A5A. Windows color (decimal): -5096434 or 933042. OLE color: 933042.

HSL color Cylindrical-coordinate representation of color #B23C0E: hue angle of 16.83º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B23C0E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1786014-
CMYK00.660.920.30
HSL16.83º85.42%37.65%-
HSV(B)16.83º92.13%69.8%-
XYZ20.0612.731.82-
YUV90.0485.09190.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.63%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=70.63%
G=23.81%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178601400.660.920.3016.8385.4237.65
HexB23CE0425C1E115526
Octal26274160102134362112546
Binary10110010111100111001000010101110011110100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23c0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23c0e; }

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

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

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

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

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

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

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

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