#B23000

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

Shades of Rust #B23000

Tints of Rust #B23000

Color information

#B23000 (or 0xB23000) is unknown color: approx Rust. HEX triplet: B2, 30 and 00. RGB value is (178,48,0). Sum of RGB (Red+Green+Blue) = 178+48+0=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B23000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23000 is #4DCFFF. Grayscale: #515151. Windows color (decimal): -5099520 or 12466. OLE color: 12466.

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

Color convert

RGB178480-
CMYK00.7310.30
HSL16.18º100%34.9%-
HSV(B)16.18º100%69.8%-
XYZ19.4211.581.21-
YUV81.482.07196.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.76%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.76%
G=21.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17848000.7310.3016.1810034.9
HexB2300049641E106423
Octal2626000111144362014443
Binary10110010110000001001001110010011110100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23000; }

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

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

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

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

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

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

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

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