#B2405F

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

Shades of Rouge #B2405F

Tints of Rouge #B2405F

Color information

#B2405F (or 0xB2405F) is unknown color: approx Rouge. HEX triplet: B2, 40 and 5F. RGB value is (178,64,95). Sum of RGB (Red+Green+Blue) = 178+64+95=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2405F is #4DBFA0. Grayscale: #656565. Windows color (decimal): -5095329 or 6242482. OLE color: 6242482.

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

Color convert

RGB1786495-
CMYK00.640.470.30
HSL343.68º47.11%47.45%-
HSV(B)343.68º64.04%69.8%-
XYZ22.2613.9612.35-
YUV101.62124.27182.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 95 (37.5% from 255) = 28.19%
R=52.82%
G=18.99%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178649500.640.470.30343.6847.1147.45
HexB2405F0402F1E1582f2f
Octal262100137010057365305757
Binary10110010100000010111110100000010111111110101011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2405F; }

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

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

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

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

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

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

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

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