#B23500

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

Shades of Rust #B23500

Tints of Rust #B23500

Color information

#B23500 (or 0xB23500) is unknown color: approx Rust. HEX triplet: B2, 35 and 00. RGB value is (178,53,0). Sum of RGB (Red+Green+Blue) = 178+53+0=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B23500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23500 is #4DCAFF. Grayscale: #545454. Windows color (decimal): -5098240 or 13746. OLE color: 13746.

HSL color Cylindrical-coordinate representation of color #B23500: hue angle of 17.87º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B23500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB178530-
CMYK00.7010.30
HSL17.87º100%34.9%-
HSV(B)17.87º100%69.8%-
XYZ19.6312.011.28-
YUV84.3380.41194.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.06%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.06%
G=22.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17853000.7010.3017.8710034.9
HexB2350046641E126423
Octal2626500106144362214443
Binary10110010110101001000110110010011110100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23500; }

 p { color: rgb(178,53,0); }

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

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

 a { background-color: rgb(178,53,0); }

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

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

 span { border-color: rgb(178,53,0); }

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