#B23001

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

Shades of Rust #B23001

Tints of Rust #B23001

Color information

#B23001 (or 0xB23001) is unknown color: approx Rust. HEX triplet: B2, 30 and 01. RGB value is (178,48,1). Sum of RGB (Red+Green+Blue) = 178+48+1=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B23001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23001 is #4DCFFE. Grayscale: #515151. Windows color (decimal): -5099519 or 78002. OLE color: 78002.

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

Color convert

RGB178481-
CMYK00.730.990.30
HSL15.93º98.88%35.1%-
HSV(B)15.93º99.44%69.8%-
XYZ19.4211.581.24-
YUV81.5182.57196.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.41%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=78.41%
G=21.15%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17848100.730.990.3015.9398.8835.1
HexB2301049631E106323
Octal2626010111143362014343
Binary10110010110000101001001110001111110100001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23001; }

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

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

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

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

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

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

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

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