#B4324A

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

Shades of Old Rose #B4324A

Tints of Old Rose #B4324A

Color information

#B4324A (or 0xB4324A) is unknown color: approx Old Rose. HEX triplet: B4, 32 and 4A. RGB value is (180,50,74). Sum of RGB (Red+Green+Blue) = 180+50+74=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B4324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4324A is #4BCDB5. Grayscale: #5B5B5B. Windows color (decimal): -4967862 or 4862644. OLE color: 4862644.

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

Color convert

RGB1805074-
CMYK00.720.590.29
HSL348.92º56.52%45.1%-
HSV(B)348.92º72.22%70.59%-
XYZ21.212.487.77-
YUV91.61118.07191.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=59.21%
G=16.45%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180507400.720.590.29348.9256.5245.1
HexB4324A0483B1D15d392d
Octal26462112011073355357155
Binary1011010011001010010100100100011101111101101011101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4324A; }

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

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

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

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

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

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

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

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