#B4315A

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

Shades of Old Rose #B4315A

Tints of Old Rose #B4315A

Color information

#B4315A (or 0xB4315A) is unknown color: approx Old Rose. HEX triplet: B4, 31 and 5A. RGB value is (180,49,90). Sum of RGB (Red+Green+Blue) = 180+49+90=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B4315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4315A is #4BCEA5. Grayscale: #5C5C5C. Windows color (decimal): -4968102 or 5910964. OLE color: 5910964.

HSL color Cylindrical-coordinate representation of color #B4315A: hue angle of 341.22º degrees, saturation: 0.57, 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 #B4315A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1804990-
CMYK00.730.500.29
HSL341.22º57.21%44.9%-
HSV(B)341.22º72.78%70.59%-
XYZ21.7712.6410.97-
YUV92.84126.4190.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=56.43%
G=15.36%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180499000.730.500.29341.2257.2144.9
HexB4315A049321D155392d
Octal26461132011162355257155
Binary1011010011000110110100100100111001011101101010101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4315A; }

 p { color: rgb(180,49,90); }

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

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

 a { background-color: rgb(180,49,90); }

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

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

 span { border-color: rgb(180,49,90); }

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