#B3274B

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

Shades of Old Rose #B3274B

Tints of Old Rose #B3274B

Color information

#B3274B (or 0xB3274B) is unknown color: approx Old Rose. HEX triplet: B3, 27 and 4B. RGB value is (179,39,75). Sum of RGB (Red+Green+Blue) = 179+39+75=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3274B is #4CD8B4. Grayscale: #545454. Windows color (decimal): -5036213 or 4925363. OLE color: 4925363.

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

Color convert

RGB1793975-
CMYK00.780.580.30
HSL344.57º64.22%42.75%-
HSV(B)344.57º78.21%70.2%-
XYZ20.5911.547.8-
YUV84.96122.38195.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.09%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=61.09%
G=13.31%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179397500.780.580.30344.5764.2242.75
HexB3274B04E3A1E159402b
Octal263471130116723653110053
Binary10110011100111100101101001110111010111101010110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3274B; }

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

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

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

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

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

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

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

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