#B23A43

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

Shades of Old Rose #B23A43

Tints of Old Rose #B23A43

Color information

#B23A43 (or 0xB23A43) is unknown color: approx Old Rose. HEX triplet: B2, 3A and 43. RGB value is (178,58,67). Sum of RGB (Red+Green+Blue) = 178+58+67=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A43 is #4DC5BC. Grayscale: #5E5E5E. Windows color (decimal): -5096893 or 4405938. OLE color: 4405938.

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

Color convert

RGB1785867-
CMYK00.670.620.30
HSL355.5º50.85%46.27%-
HSV(B)355.5º67.42%69.8%-
XYZ20.8912.96.7-
YUV94.91112.26187.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.75%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 67 (26.56% from 255) = 22.11%
R=58.75%
G=19.14%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178586700.670.620.30355.550.8546.27
HexB23A430433E1E164332e
Octal26272103010376365446356
Binary1011001011101010000110100001111111011110101100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A43; }

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

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

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

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

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

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

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

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