#B2364F

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

Shades of Old Rose #B2364F

Tints of Old Rose #B2364F

Color information

#B2364F (or 0xB2364F) is unknown color: approx Old Rose. HEX triplet: B2, 36 and 4F. RGB value is (178,54,79). Sum of RGB (Red+Green+Blue) = 178+54+79=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2364F is #4DC9B0. Grayscale: #5D5D5D. Windows color (decimal): -5097905 or 5191346. OLE color: 5191346.

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

Color convert

RGB1785479-
CMYK00.700.560.30
HSL347.9º53.45%45.49%-
HSV(B)347.9º69.66%69.8%-
XYZ21.0912.678.73-
YUV93.93119.58187.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=57.23%
G=17.36%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178547900.700.560.30347.953.4545.49
HexB2364F046381E15c352d
Octal26266117010670365346555
Binary1011001011011010011110100011011100011110101011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2364F; }

 p { color: rgb(178,54,79); }

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

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

 a { background-color: rgb(178,54,79); }

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

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

 span { border-color: rgb(178,54,79); }

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