#B3255D

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

Shades of Old Rose #B3255D

Tints of Old Rose #B3255D

Color information

#B3255D (or 0xB3255D) is unknown color: approx Old Rose. HEX triplet: B3, 25 and 5D. RGB value is (179,37,93). Sum of RGB (Red+Green+Blue) = 179+37+93=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3255D is #4CDAA2. Grayscale: #555555. Windows color (decimal): -5036707 or 6104499. OLE color: 6104499.

HSL color Cylindrical-coordinate representation of color #B3255D: hue angle of 336.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3255D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1793793-
CMYK00.790.480.30
HSL336.34º65.74%42.35%-
HSV(B)336.34º79.33%70.2%-
XYZ21.2311.711.49-
YUV85.84132.04194.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.93%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=57.93%
G=11.97%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179379300.790.480.30336.3465.7442.35
HexB3255D04F301E150422a
Octal263451350117603652010252
Binary10110011100101101110101001111110000111101010100001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3255D; }

 p { color: rgb(179,37,93); }

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

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

 a { background-color: rgb(179,37,93); }

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

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

 span { border-color: rgb(179,37,93); }

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