#B2274B

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

Shades of Old Rose #B2274B

Tints of Old Rose #B2274B

Color information

#B2274B (or 0xB2274B) is unknown color: approx Old Rose. HEX triplet: B2, 27 and 4B. RGB value is (178,39,75). Sum of RGB (Red+Green+Blue) = 178+39+75=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2274B is #4DD8B4. Grayscale: #545454. Windows color (decimal): -5101749 or 4925362. OLE color: 4925362.

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

Color convert

RGB1783975-
CMYK00.780.580.30
HSL344.46º64.06%42.55%-
HSV(B)344.46º78.09%69.8%-
XYZ20.3611.427.79-
YUV84.66122.55194.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.96%
GREEN value IS 39 (15.62% from 255) = 13.36%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=60.96%
G=13.36%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178397500.780.580.30344.4664.0642.55
HexB2274B04E3A1E158402b
Octal262471130116723653010053
Binary10110010100111100101101001110111010111101010110001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2274B; }

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

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

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

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

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

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

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

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