Html Css Color HEX #B4345A Rouge

📋 copy color: '#B4345A'

red 180 ◦ green 52 ◦ blue 90

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

Shades of Rouge #B4345A

Tints of Rouge #B4345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 55.9%
G = 16.15%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4345A (or 0xB4345A) is known color: Rouge. HEX triplet: B4, 34 and 5A. RGB value is (180,52,90). Sum of RGB (Red+Green+Blue) = 180+52+90=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4345A is #4BCBA5. Grayscale: #5E5E5E. Windows color (decimal): -4967334 or 5911732. OLE color: 5911732.

HSL color Cylindrical-coordinate representation of color #B4345A: hue angle of 342.19º 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 #B4345A is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 52 90 -
CMYK 0 0.71 0.50 0.29
HSL 342.19º 0.55% 0.45% -
HSV(B) 342.19º 0.71% 0.71% -
XYZ 21.9 12.9 11.01 -
YUV 94.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 180 52 90 0 0.71 0.50 0.29 342.19 0.55 0.45
Hex B4 34 5A 0 47 32 1D 156 37 2D
Octal 264 64 132 0 107 62 35 526 67 55
Binary 10110100 110100 1011010 0 1000111 110010 11101 101010110 110111 101101

Color Harmonies of #B4345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4345A

Black with #B4345A

Text Example


Text Example

White with #B4345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4345A; }

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

 H1.HeaderClassName
 {
   color: #B4345A;
 }
 .AnyTagClassName
 {
   color: #B4345A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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