#B4354A

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

Shades of Old Rose #B4354A

Tints of Old Rose #B4354A

Color information

#B4354A (or 0xB4354A) is unknown color: approx Old Rose. HEX triplet: B4, 35 and 4A. RGB value is (180,53,74). Sum of RGB (Red+Green+Blue) = 180+53+74=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4354A is #4BCAB5. Grayscale: #5D5D5D. Windows color (decimal): -4967094 or 4863412. OLE color: 4863412.

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

Color convert

RGB1805374-
CMYK00.710.590.29
HSL350.08º54.51%45.69%-
HSV(B)350.08º70.56%70.59%-
XYZ21.3312.747.81-
YUV93.37117.08189.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=58.63%
G=17.26%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180537400.710.590.29350.0854.5145.69
HexB4354A0473B1D15e372e
Octal26465112010773355366756
Binary1011010011010110010100100011111101111101101011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4354A; }

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

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

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

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

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

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

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

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