#B23C09

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

Shades of Rust #B23C09

Tints of Rust #B23C09

Color information

#B23C09 (or 0xB23C09) is unknown color: approx Rust. HEX triplet: B2, 3C and 09. RGB value is (178,60,9). Sum of RGB (Red+Green+Blue) = 178+60+9=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23C09 is #4DC3F6. Grayscale: #595959. Windows color (decimal): -5096439 or 605362. OLE color: 605362.

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

Color convert

RGB178609-
CMYK00.660.950.30
HSL18.11º90.37%36.67%-
HSV(B)18.11º94.94%69.8%-
XYZ20.0312.721.66-
YUV89.4782.59191.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.06%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=72.06%
G=24.29%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17860900.660.950.3018.1190.3736.67
HexB23C90425F1E125a25
Octal26274110102137362213245
Binary10110010111100100101000010101111111110100101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C09; }

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

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

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

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

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

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

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

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