#B02645

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

Shades of Old Rose #B02645

Tints of Old Rose #B02645

Color information

#B02645 (or 0xB02645) is unknown color: approx Old Rose. HEX triplet: B0, 26 and 45. RGB value is (176,38,69). Sum of RGB (Red+Green+Blue) = 176+38+69=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B02645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02645 is #4FD9BA. Grayscale: #525252. Windows color (decimal): -5233083 or 4531888. OLE color: 4531888.

HSL color Cylindrical-coordinate representation of color #B02645: hue angle of 346.52º 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 #B02645 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1763869-
CMYK00.780.610.31
HSL346.52º64.49%41.96%-
HSV(B)346.52º78.41%69.02%-
XYZ19.6711.056.73-
YUV82.8120.22194.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.19%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=62.19%
G=13.43%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176386900.780.610.31346.5264.4941.96
HexB0264504E3D1F15b402a
Octal260461050116753753310052
Binary10110000100110100010101001110111101111111010110111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02645; }

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

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

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

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

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

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

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

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