#B23348

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

Shades of Old Rose #B23348

Tints of Old Rose #B23348

Color information

#B23348 (or 0xB23348) is unknown color: approx Old Rose. HEX triplet: B2, 33 and 48. RGB value is (178,51,72). Sum of RGB (Red+Green+Blue) = 178+51+72=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23348 is #4DCCB7. Grayscale: #5B5B5B. Windows color (decimal): -5098680 or 4731826. OLE color: 4731826.

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

Color convert

RGB1785172-
CMYK00.710.600.30
HSL350.08º55.46%44.9%-
HSV(B)350.08º71.35%69.8%-
XYZ20.7112.37.41-
YUV91.37117.08189.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.14%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=59.14%
G=16.94%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178517200.710.600.30350.0855.4644.9
HexB233480473C1E15e372d
Octal26263110010774365366755
Binary1011001011001110010000100011111110011110101011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23348; }

 p { color: rgb(178,51,72); }

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

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

 a { background-color: rgb(178,51,72); }

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

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

 span { border-color: rgb(178,51,72); }

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