#b23a5f

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

Shades of Rouge #B23A5F

Tints of Rouge #B23A5F

Color information

#B23A5F (or 0xB23A5F) is unknown color: approx Rouge. HEX triplet: B2, 3A and 5F. RGB value is (178,58,95). Sum of RGB (Red+Green+Blue) = 178+58+95=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A5F is #4DC5A0. Grayscale: #626262. Windows color (decimal): -5096865 or 6240946. OLE color: 6240946.

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

Color convert

RGB1785895-
CMYK00.670.470.30
HSL341.5º50.85%46.27%-
HSV(B)341.5º67.42%69.8%-
XYZ21.9413.3212.24-
YUV98.1126.26184.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=53.78%
G=17.52%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178589500.670.470.30341.550.8546.27
HexB23A5F0432F1E156332e
Octal26272137010357365266356
Binary1011001011101010111110100001110111111110101010110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23a5f; }

 p { color: rgb(178,58,95); }

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

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

 a { background-color: rgb(178,58,95); }

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

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

 span { border-color: rgb(178,58,95); }

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