#B22743

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

Shades of Old Rose #B22743

Tints of Old Rose #B22743

Color information

#B22743 (or 0xB22743) is unknown color: approx Old Rose. HEX triplet: B2, 27 and 43. RGB value is (178,39,67). Sum of RGB (Red+Green+Blue) = 178+39+67=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B22743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22743 is #4DD8BC. Grayscale: #535353. Windows color (decimal): -5101757 or 4401074. OLE color: 4401074.

HSL color Cylindrical-coordinate representation of color #B22743: hue angle of 347.91º 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 #B22743 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB1783967-
CMYK00.780.620.30
HSL347.91º64.06%42.55%-
HSV(B)347.91º78.09%69.8%-
XYZ20.111.326.44-
YUV83.75118.55195.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.68%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 67 (26.56% from 255) = 23.59%
R=62.68%
G=13.73%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178396700.780.620.30347.9164.0642.55
HexB2274304E3E1E15c402b
Octal262471030116763653410053
Binary10110010100111100001101001110111110111101010111001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22743; }

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

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

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

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

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

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

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

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