#b23005

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

Shades of Rust #B23005

Tints of Rust #B23005

Color information

#B23005 (or 0xB23005) is unknown color: approx Rust. HEX triplet: B2, 30 and 05. RGB value is (178,48,5). Sum of RGB (Red+Green+Blue) = 178+48+5=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B23005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23005 is #4DCFFA. Grayscale: #525252. Windows color (decimal): -5099515 or 340146. OLE color: 340146.

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

Color convert

RGB178485-
CMYK00.730.970.30
HSL14.91º94.54%35.88%-
HSV(B)14.91º97.19%69.8%-
XYZ19.4411.591.36-
YUV81.9784.57196.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.06%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=77.06%
G=20.78%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17848500.730.970.3014.9194.5435.88
HexB2305049611Ef5f24
Octal2626050111141361713744
Binary101100101100001010100100111000011111011111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23005; }

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

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

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

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

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

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

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

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