#B4194E

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

Shades of Old Rose #B4194E

Tints of Old Rose #B4194E

Color information

#B4194E (or 0xB4194E) is unknown color: approx Old Rose. HEX triplet: B4, 19 and 4E. RGB value is (180,25,78). Sum of RGB (Red+Green+Blue) = 180+25+78=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B4194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4194E is #4BE6B1. Grayscale: #4D4D4D. Windows color (decimal): -4974258 or 5118388. OLE color: 5118388.

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

Color convert

RGB1802578-
CMYK00.860.570.29
HSL339.48º75.61%40.2%-
HSV(B)339.48º86.11%70.59%-
XYZ20.5510.958.24-
YUV77.39128.35201.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.60%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=63.60%
G=8.83%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180257800.860.570.29339.4875.6140.2
HexB4194E056391D1534c28
Octal264311160126713552311450
Binary1011010011001100111001010110111001111011010100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4194E; }

 p { color: rgb(180,25,78); }

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

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

 a { background-color: rgb(180,25,78); }

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

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

 span { border-color: rgb(180,25,78); }

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