#b2194b

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

Shades of Old Rose #B2194B

Tints of Old Rose #B2194B

Color information

#B2194B (or 0xB2194B) is unknown color: approx Old Rose. HEX triplet: B2, 19 and 4B. RGB value is (178,25,75). Sum of RGB (Red+Green+Blue) = 178+25+75=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2194B is #4DE6B4. Grayscale: #4C4C4C. Windows color (decimal): -5105333 or 4921778. OLE color: 4921778.

HSL color Cylindrical-coordinate representation of color #B2194B: hue angle of 340.39º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2194B is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1782575-
CMYK00.860.580.30
HSL340.39º75.37%39.8%-
HSV(B)340.39º85.96%69.8%-
XYZ19.9810.677.66-
YUV76.45127.19200.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.03%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=64.03%
G=8.99%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178257500.860.580.30340.3975.3739.8
HexB2194B0563A1E1544b28
Octal262311130126723652411350
Binary1011001011001100101101010110111010111101010101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2194b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2194b; }

 p { color: rgb(178,25,75); }

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

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

 a { background-color: rgb(178,25,75); }

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

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

 span { border-color: rgb(178,25,75); }

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