#B02048

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

Shades of Old Rose #B02048

Tints of Old Rose #B02048

Color information

#B02048 (or 0xB02048) is unknown color: approx Old Rose. HEX triplet: B0, 20 and 48. RGB value is (176,32,72). Sum of RGB (Red+Green+Blue) = 176+32+72=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B02048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02048 is #4FDFB7. Grayscale: #4F4F4F. Windows color (decimal): -5234616 or 4726960. OLE color: 4726960.

HSL color Cylindrical-coordinate representation of color #B02048: hue angle of 343.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B02048 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1763272-
CMYK00.820.590.31
HSL343.33º69.23%40.78%-
HSV(B)343.33º81.82%69.02%-
XYZ19.5910.737.17-
YUV79.62123.71196.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.86%
GREEN value IS 32 (12.89% from 255) = 11.43%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=62.86%
G=11.43%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176327200.820.590.31343.3369.2340.78
HexB020480523B1F1574529
Octal260401100122733752710551
Binary10110000100000100100001010010111011111111010101111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02048; }

 p { color: rgb(176,32,72); }

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

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

 a { background-color: rgb(176,32,72); }

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

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

 span { border-color: rgb(176,32,72); }

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