#B02648

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

Shades of Old Rose #B02648

Tints of Old Rose #B02648

Color information

#B02648 (or 0xB02648) is unknown color: approx Old Rose. HEX triplet: B0, 26 and 48. RGB value is (176,38,72). Sum of RGB (Red+Green+Blue) = 176+38+72=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B02648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02648 is #4FD9B7. Grayscale: #535353. Windows color (decimal): -5233080 or 4728496. OLE color: 4728496.

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

Color convert

RGB1763872-
CMYK00.780.590.31
HSL345.22º64.49%41.96%-
HSV(B)345.22º78.41%69.02%-
XYZ19.7711.087.23-
YUV83.14121.72194.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.54%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=61.54%
G=13.29%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176387200.780.590.31345.2264.4941.96
HexB0264804E3B1F159402a
Octal260461100116733753110052
Binary10110000100110100100001001110111011111111010110011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02648; }

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

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

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

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

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

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

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

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