#B23B05

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

Shades of Rust #B23B05

Tints of Rust #B23B05

Color information

#B23B05 (or 0xB23B05) is unknown color: approx Rust. HEX triplet: B2, 3B and 05. RGB value is (178,59,5). Sum of RGB (Red+Green+Blue) = 178+59+5=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23B05 is #4DC4FA. Grayscale: #585858. Windows color (decimal): -5096699 or 342962. OLE color: 342962.

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

Color convert

RGB178595-
CMYK00.670.970.30
HSL18.73º94.54%35.88%-
HSV(B)18.73º97.19%69.8%-
XYZ19.9512.61.52-
YUV88.4280.92191.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.55%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=73.55%
G=24.38%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17859500.670.970.3018.7394.5435.88
HexB23B5043611E135f24
Octal2627350103141362313744
Binary1011001011101110101000011110000111110100111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23B05; }

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

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

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

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

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

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

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

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