#B3265A

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

Shades of Old Rose #B3265A

Tints of Old Rose #B3265A

Color information

#B3265A (or 0xB3265A) is unknown color: approx Old Rose. HEX triplet: B3, 26 and 5A. RGB value is (179,38,90). Sum of RGB (Red+Green+Blue) = 179+38+90=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3265A is #4CD9A5. Grayscale: #565656. Windows color (decimal): -5036454 or 5908147. OLE color: 5908147.

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

Color convert

RGB1793890-
CMYK00.790.500.30
HSL337.87º64.98%42.55%-
HSV(B)337.87º78.77%70.2%-
XYZ21.1311.7110.82-
YUV86.09130.21194.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=58.31%
G=12.38%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179389000.790.500.30337.8764.9842.55
HexB3265A04F321E152412b
Octal263461320117623652210153
Binary10110011100110101101001001111110010111101010100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3265A; }

 p { color: rgb(179,38,90); }

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

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

 a { background-color: rgb(179,38,90); }

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

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

 span { border-color: rgb(179,38,90); }

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