Html Css Color HEX #B4335B Rouge

📋 copy color: '#B4335B'

red 180 ◦ green 51 ◦ blue 91

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

Shades of Rouge #B4335B

Tints of Rouge #B4335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 55.9%
G = 15.84%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4335B (or 0xB4335B) is known color: Rouge. HEX triplet: B4, 33 and 5B. RGB value is (180,51,91). Sum of RGB (Red+Green+Blue) = 180+51+91=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4335B is #4BCCA4. Grayscale: #5E5E5E. Windows color (decimal): -4967589 or 5977012. OLE color: 5977012.

HSL color Cylindrical-coordinate representation of color #B4335B: hue angle of 341.4º degrees, saturation: 0.56, 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 #B4335B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 91 -
CMYK 0 0.72 0.49 0.29
HSL 341.4º 0.56% 0.45% -
HSV(B) 341.4º 0.72% 0.71% -
XYZ 21.89 12.83 11.22 -
YUV 94.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 180 51 91 0 0.72 0.49 0.29 341.4 0.56 0.45
Hex B4 33 5B 0 48 31 1D 155 38 2D
Octal 264 63 133 0 110 61 35 525 70 55
Binary 10110100 110011 1011011 0 1001000 110001 11101 101010101 111000 101101

Color Harmonies of #B4335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4335B

Black with #B4335B

Text Example


Text Example

White with #B4335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4335B; }

 p { color: rgb(180,51,91); }

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

background-color css

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

 a { background-color: rgb(180,51,91); }

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

border-color css

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

 span { border-color: rgb(180,51,91); }

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