Html Css Color HEX #B4345D Rouge

📋 copy color: '#B4345D'

red 180 ◦ green 52 ◦ blue 93

#B4345D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B4345D

Tints of Rouge #B4345D

RGB

 RED value IS 180 (70.7% from 255) = 55.38%

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 55.38%
G = 16%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4345D (or 0xB4345D) is known color: 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

RGB 180 52 93 -
CMYK 0 0.71 0.48 0.29
HSL 340.78º 0.55% 0.45% -
HSV(B) 340.78º 0.71% 0.71% -
XYZ 22.03 12.95 11.69 -
YUV 94.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 180 52 93 0 0.71 0.48 0.29 340.78 0.55 0.45
Hex B4 34 5D 0 47 30 1D 155 37 2D
Octal 264 64 135 0 107 60 35 525 67 55
Binary 10110100 110100 1011101 0 1000111 110000 11101 101010101 110111 101101

Color Harmonies of #B4345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4345D

Black with #B4345D

Text Example


Text Example

White with #B4345D

Text Example


Text Example

HTML Codes & Css Web 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>