#B23443

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

Shades of Old Rose #B23443

Tints of Old Rose #B23443

Color information

#B23443 (or 0xB23443) is unknown color: approx Old Rose. HEX triplet: B2, 34 and 43. RGB value is (178,52,67). Sum of RGB (Red+Green+Blue) = 178+52+67=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23443 is #4DCBBC. Grayscale: #5B5B5B. Windows color (decimal): -5098429 or 4404402. OLE color: 4404402.

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

Color convert

RGB1785267-
CMYK00.710.620.30
HSL352.86º54.78%45.1%-
HSV(B)352.86º70.79%69.8%-
XYZ20.612.336.6-
YUV91.38114.24189.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=59.93%
G=17.51%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178526700.710.620.30352.8654.7845.1
HexB234430473E1E161372d
Octal26264103010776365416755
Binary1011001011010010000110100011111111011110101100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23443; }

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

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

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

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

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

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

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

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