Html Css Color HEX #B4325F Rouge

📋 copy color: '#B4325F'

red 180 ◦ green 50 ◦ blue 95

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

Shades of Rouge #B4325F

Tints of Rouge #B4325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 55.38%
G = 15.38%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4325F (or 0xB4325F) is known color: Rouge. HEX triplet: B4, 32 and 5F. RGB value is (180,50,95). Sum of RGB (Red+Green+Blue) = 180+50+95=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4325F is #4BCDA0. Grayscale: #5D5D5D. Windows color (decimal): -4967841 or 6238900. OLE color: 6238900.

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

Color convert

RGB 180 50 95 -
CMYK 0 0.72 0.47 0.29
HSL 339.23º 0.57% 0.45% -
HSV(B) 339.23º 0.72% 0.71% -
XYZ 22.03 12.81 12.14 -
YUV 94 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 180 50 95 0 0.72 0.47 0.29 339.23 0.57 0.45
Hex B4 32 5F 0 48 2F 1D 153 39 2D
Octal 264 62 137 0 110 57 35 523 71 55
Binary 10110100 110010 1011111 0 1001000 101111 11101 101010011 111001 101101

Color Harmonies of #B4325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4325F

Black with #B4325F

Text Example


Text Example

White with #B4325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4325F; }

 p { color: rgb(180,50,95); }

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

background-color css

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

 a { background-color: rgb(180,50,95); }

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

border-color css

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

 span { border-color: rgb(180,50,95); }

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