#B23A07

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

Shades of Rust #B23A07

Tints of Rust #B23A07

Color information

#B23A07 (or 0xB23A07) is unknown color: approx Rust. HEX triplet: B2, 3A and 07. RGB value is (178,58,7). Sum of RGB (Red+Green+Blue) = 178+58+7=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A07 is #4DC5F8. Grayscale: #585858. Windows color (decimal): -5096953 or 473778. OLE color: 473778.

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

Color convert

RGB178587-
CMYK00.670.960.30
HSL17.89º92.43%36.27%-
HSV(B)17.89º96.07%69.8%-
XYZ19.9112.511.57-
YUV88.0782.26192.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.25%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 7 (3.12% from 255) = 2.88%
R=73.25%
G=23.87%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17858700.670.960.3017.8992.4336.27
HexB23A7043601E125c24
Octal2627270103140362213444
Binary1011001011101011101000011110000011110100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A07; }

 p { color: rgb(178,58,7); }

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

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

 a { background-color: rgb(178,58,7); }

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

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

 span { border-color: rgb(178,58,7); }

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