#B3276A

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

Shades of Rouge #B3276A

Tints of Rouge #B3276A

Color information

#B3276A (or 0xB3276A) is unknown color: approx Rouge. HEX triplet: B3, 27 and 6A. RGB value is (179,39,106). Sum of RGB (Red+Green+Blue) = 179+39+106=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3276A is #4CD895. Grayscale: #585858. Windows color (decimal): -5036182 or 6956979. OLE color: 6956979.

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

Color convert

RGB17939106-
CMYK00.780.410.30
HSL331.29º64.22%42.75%-
HSV(B)331.29º78.21%70.2%-
XYZ21.9212.0814.81-
YUV88.5137.88192.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 39 (15.62% from 255) = 12.04%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=55.25%
G=12.04%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793910600.780.410.30331.2964.2242.75
HexB3276A04E291E14b402b
Octal263471520116513651310053
Binary10110011100111110101001001110101001111101010010111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3276A; }

 p { color: rgb(179,39,106); }

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

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

 a { background-color: rgb(179,39,106); }

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

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

 span { border-color: rgb(179,39,106); }

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