#B23601

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

Shades of Rust #B23601

Tints of Rust #B23601

Color information

#B23601 (or 0xB23601) is unknown color: approx Rust. HEX triplet: B2, 36 and 01. RGB value is (178,54,1). Sum of RGB (Red+Green+Blue) = 178+54+1=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B23601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23601 is #4DC9FE. Grayscale: #555555. Windows color (decimal): -5097983 or 79538. OLE color: 79538.

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

Color convert

RGB178541-
CMYK00.700.990.30
HSL17.97º98.88%35.1%-
HSV(B)17.97º99.44%69.8%-
XYZ19.6812.111.33-
YUV85.0380.58194.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.39%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=76.39%
G=23.18%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17854100.700.990.3017.9798.8835.1
HexB2361046631E126323
Octal2626610106143362214343
Binary10110010110110101000110110001111110100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23601; }

 p { color: rgb(178,54,1); }

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

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

 a { background-color: rgb(178,54,1); }

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

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

 span { border-color: rgb(178,54,1); }

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