#B2375A

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

Shades of Rouge #B2375A

Tints of Rouge #B2375A

Color information

#B2375A (or 0xB2375A) is unknown color: approx Rouge. HEX triplet: B2, 37 and 5A. RGB value is (178,55,90). Sum of RGB (Red+Green+Blue) = 178+55+90=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2375A is #4DC8A5. Grayscale: #5F5F5F. Windows color (decimal): -5097638 or 5912498. OLE color: 5912498.

HSL color Cylindrical-coordinate representation of color #B2375A: hue angle of 342.93º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2375A is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1785590-
CMYK00.690.490.30
HSL342.93º52.79%45.69%-
HSV(B)342.93º69.1%69.8%-
XYZ21.5712.9411.03-
YUV95.77124.75186.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=55.11%
G=17.03%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178559000.690.490.30342.9352.7945.69
HexB2375A045311E157352e
Octal26267132010561365276556
Binary1011001011011110110100100010111000111110101010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2375A; }

 p { color: rgb(178,55,90); }

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

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

 a { background-color: rgb(178,55,90); }

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

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

 span { border-color: rgb(178,55,90); }

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