#B44145

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

Shades of Old Rose #B44145

Tints of Old Rose #B44145

Color information

#B44145 (or 0xB44145) is unknown color: approx Old Rose. HEX triplet: B4, 41 and 45. RGB value is (180,65,69). Sum of RGB (Red+Green+Blue) = 180+65+69=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B44145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44145 is #4BBEBA. Grayscale: #636363. Windows color (decimal): -4964027 or 4538804. OLE color: 4538804.

HSL color Cylindrical-coordinate representation of color #B44145: hue angle of 357.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44145 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1806569-
CMYK00.640.620.29
HSL357.91º46.94%48.04%-
HSV(B)357.91º63.89%70.59%-
XYZ21.7913.917.17-
YUV99.84110.6185.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=57.32%
G=20.70%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180656900.640.620.29357.9146.9448.04
HexB441450403E1D1662f30
Octal264101105010076355465760
Binary10110100100000110001010100000011111011101101100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44145; }

 p { color: rgb(180,65,69); }

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

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

 a { background-color: rgb(180,65,69); }

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

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

 span { border-color: rgb(180,65,69); }

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