#B3274E

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

Shades of Old Rose #B3274E

Tints of Old Rose #B3274E

Color information

#B3274E (or 0xB3274E) is unknown color: approx Old Rose. HEX triplet: B3, 27 and 4E. RGB value is (179,39,78). Sum of RGB (Red+Green+Blue) = 179+39+78=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3274E is #4CD8B1. Grayscale: #555555. Windows color (decimal): -5036210 or 5121971. OLE color: 5121971.

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

Color convert

RGB1793978-
CMYK00.780.560.30
HSL343.29º64.22%42.75%-
HSV(B)343.29º78.21%70.2%-
XYZ20.6911.588.35-
YUV85.31123.88194.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.47%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=60.47%
G=13.18%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179397800.780.560.30343.2964.2242.75
HexB3274E04E381E157402b
Octal263471160116703652710053
Binary10110011100111100111001001110111000111101010101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3274E; }

 p { color: rgb(179,39,78); }

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

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

 a { background-color: rgb(179,39,78); }

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

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

 span { border-color: rgb(179,39,78); }

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