#B4254C

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

Shades of Old Rose #B4254C

Tints of Old Rose #B4254C

Color information

#B4254C (or 0xB4254C) is unknown color: approx Old Rose. HEX triplet: B4, 25 and 4C. RGB value is (180,37,76). Sum of RGB (Red+Green+Blue) = 180+37+76=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4254C is #4BDAB3. Grayscale: #545454. Windows color (decimal): -4971188 or 4990388. OLE color: 4990388.

HSL color Cylindrical-coordinate representation of color #B4254C: hue angle of 343.64º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4254C is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1803776-
CMYK00.790.580.29
HSL343.64º65.9%42.55%-
HSV(B)343.64º79.44%70.59%-
XYZ20.7911.557.97-
YUV84.2123.38196.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=61.43%
G=12.63%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180377600.790.580.29343.6465.942.55
HexB4254C04F3A1D158422b
Octal264451140117723553010253
Binary10110100100101100110001001111111010111011010110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4254C; }

 p { color: rgb(180,37,76); }

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

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

 a { background-color: rgb(180,37,76); }

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

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

 span { border-color: rgb(180,37,76); }

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