#B5344B

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

Shades of Old Rose #B5344B

Tints of Old Rose #B5344B

Color information

#B5344B (or 0xB5344B) is unknown color: approx Old Rose. HEX triplet: B5, 34 and 4B. RGB value is (181,52,75). Sum of RGB (Red+Green+Blue) = 181+52+75=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5344B is #4ACBB4. Grayscale: #5D5D5D. Windows color (decimal): -4901813 or 4928693. OLE color: 4928693.

HSL color Cylindrical-coordinate representation of color #B5344B: hue angle of 349.3º 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 #B5344B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1815275-
CMYK00.710.590.29
HSL349.3º55.36%45.69%-
HSV(B)349.3º71.27%70.98%-
XYZ21.5512.797.99-
YUV93.19117.74190.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=58.77%
G=16.88%
B=24.35%

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
Decimal181527500.710.590.29349.355.3645.69
HexB5344B0473B1D15d372e
Octal26564113010773355356756
Binary1011010111010010010110100011111101111101101011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5344B; }

 p { color: rgb(181,52,75); }

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

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

 a { background-color: rgb(181,52,75); }

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

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

 span { border-color: rgb(181,52,75); }

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