#B4304A

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

Shades of Old Rose #B4304A

Tints of Old Rose #B4304A

Color information

#B4304A (or 0xB4304A) is unknown color: approx Old Rose. HEX triplet: B4, 30 and 4A. RGB value is (180,48,74). Sum of RGB (Red+Green+Blue) = 180+48+74=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B4304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4304A is #4BCFB5. Grayscale: #5A5A5A. Windows color (decimal): -4968374 or 4862132. OLE color: 4862132.

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

Color convert

RGB1804874-
CMYK00.730.590.29
HSL348.18º57.89%44.71%-
HSV(B)348.18º73.33%70.59%-
XYZ21.1212.317.74-
YUV90.43118.73191.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=59.60%
G=15.89%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180487400.730.590.29348.1857.8944.71
HexB4304A0493B1D15c3a2d
Octal26460112011173355347255
Binary1011010011000010010100100100111101111101101011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4304A; }

 p { color: rgb(180,48,74); }

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

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

 a { background-color: rgb(180,48,74); }

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

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

 span { border-color: rgb(180,48,74); }

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