#B4345D

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

Shades of Rouge #B4345D

Tints of Rouge #B4345D

Color information

#B4345D (or 0xB4345D) is unknown color: approx Rouge. HEX triplet: B4, 34 and 5D. RGB value is (180,52,93). Sum of RGB (Red+Green+Blue) = 180+52+93=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4345D is #4BCBA2. Grayscale: #5E5E5E. Windows color (decimal): -4967331 or 6108340. OLE color: 6108340.

HSL color Cylindrical-coordinate representation of color #B4345D: hue angle of 340.78º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4345D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1805293-
CMYK00.710.480.29
HSL340.78º55.17%45.49%-
HSV(B)340.78º71.11%70.59%-
XYZ22.0312.9511.69-
YUV94.95126.91188.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=55.38%
G=16%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180529300.710.480.29340.7855.1745.49
HexB4345D047301D155372d
Octal26464135010760355256755
Binary1011010011010010111010100011111000011101101010101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4345D; }

 p { color: rgb(180,52,93); }

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

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

 a { background-color: rgb(180,52,93); }

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

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

 span { border-color: rgb(180,52,93); }

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