#B23B10

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

Shades of Rust #B23B10

Tints of Rust #B23B10

Color information

#B23B10 (or 0xB23B10) is unknown color: approx Rust. HEX triplet: B2, 3B and 10. RGB value is (178,59,16). Sum of RGB (Red+Green+Blue) = 178+59+16=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23B10 is #4DC4EF. Grayscale: #595959. Windows color (decimal): -5096688 or 1063858. OLE color: 1063858.

HSL color Cylindrical-coordinate representation of color #B23B10: hue angle of 15.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B23B10 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB1785916-
CMYK00.670.910.30
HSL15.93º83.51%38.04%-
HSV(B)15.93º91.01%69.8%-
XYZ20.0212.631.87-
YUV89.6886.42191-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.36%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=70.36%
G=23.32%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178591600.670.910.3015.9383.5138.04
HexB23B100435B1E105426
Octal26273200103133362012446
Binary101100101110111000001000011101101111110100001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23B10; }

 p { color: rgb(178,59,16); }

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

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

 a { background-color: rgb(178,59,16); }

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

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

 span { border-color: rgb(178,59,16); }

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