#B22867

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

Shades of Rouge #B22867

Tints of Rouge #B22867

Color information

#B22867 (or 0xB22867) is unknown color: approx Rouge. HEX triplet: B2, 28 and 67. RGB value is (178,40,103). Sum of RGB (Red+Green+Blue) = 178+40+103=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B22867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22867 is #4DD798. Grayscale: #585858. Windows color (decimal): -5101465 or 6760626. OLE color: 6760626.

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

Color convert

RGB17840103-
CMYK00.780.420.30
HSL332.61º63.3%42.75%-
HSV(B)332.61º77.53%69.8%-
XYZ21.5711.9614-
YUV88.44136.22191.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 40 (16.02% from 255) = 12.46%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=55.45%
G=12.46%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784010300.780.420.30332.6163.342.75
HexB2286704E2A1E14d3f2b
Octal26250147011652365157753
Binary1011001010100011001110100111010101011110101001101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22867; }

 p { color: rgb(178,40,103); }

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

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

 a { background-color: rgb(178,40,103); }

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

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

 span { border-color: rgb(178,40,103); }

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