#B23F20

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

Shades of Rust #B23F20

Tints of Rust #B23F20

Color information

#B23F20 (or 0xB23F20) is unknown color: approx Rust. HEX triplet: B2, 3F and 20. RGB value is (178,63,32). Sum of RGB (Red+Green+Blue) = 178+63+32=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23F20 is #4DC0DF. Grayscale: #5E5E5E. Windows color (decimal): -5095648 or 2113458. OLE color: 2113458.

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

Color convert

RGB1786332-
CMYK00.650.820.30
HSL12.74º69.52%41.18%-
HSV(B)12.74º82.02%69.8%-
XYZ20.413.122.82-
YUV93.8593.1188.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.20%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=65.20%
G=23.08%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178633200.650.820.3012.7469.5241.18
HexB23F20041521Ed4629
Octal26277400101122361510651
Binary101100101111111000000100000110100101111011011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23F20; }

 p { color: rgb(178,63,32); }

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

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

 a { background-color: rgb(178,63,32); }

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

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

 span { border-color: rgb(178,63,32); }

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