#B22B40

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

Shades of Old Rose #B22B40

Tints of Old Rose #B22B40

Color information

#B22B40 (or 0xB22B40) is unknown color: approx Old Rose. HEX triplet: B2, 2B and 40. RGB value is (178,43,64). Sum of RGB (Red+Green+Blue) = 178+43+64=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B40 is #4DD4BF. Grayscale: #555555. Windows color (decimal): -5100736 or 4205490. OLE color: 4205490.

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

Color convert

RGB1784364-
CMYK00.760.640.30
HSL350.67º61.09%43.33%-
HSV(B)350.67º75.84%69.8%-
XYZ20.1511.566.02-
YUV85.76115.73193.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.46%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=62.46%
G=15.09%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178436400.760.640.30350.6761.0943.33
HexB22B4004C401E15f3d2b
Octal262531000114100365377553
Binary10110010101011100000001001100100000011110101011111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B40; }

 p { color: rgb(178,43,64); }

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

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

 a { background-color: rgb(178,43,64); }

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

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

 span { border-color: rgb(178,43,64); }

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