Html Css Color HEX #B4355C Rouge

📋 copy color: '#B4355C'

red 180 ◦ green 53 ◦ blue 92

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

Shades of Rouge #B4355C

Tints of Rouge #B4355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 55.38%
G = 16.31%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4355C (or 0xB4355C) is known color: Rouge. HEX triplet: B4, 35 and 5C. RGB value is (180,53,92). Sum of RGB (Red+Green+Blue) = 180+53+92=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4355C is #4BCAA3. Grayscale: #5F5F5F. Windows color (decimal): -4967076 or 6043060. OLE color: 6043060.

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

Color convert

RGB 180 53 92 -
CMYK 0 0.71 0.49 0.29
HSL 341.57º 0.55% 0.46% -
HSV(B) 341.57º 0.71% 0.71% -
XYZ 22.03 13.02 11.48 -
YUV 95.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 180 53 92 0 0.71 0.49 0.29 341.57 0.55 0.46
Hex B4 35 5C 0 47 31 1D 156 37 2E
Octal 264 65 134 0 107 61 35 526 67 56
Binary 10110100 110101 1011100 0 1000111 110001 11101 101010110 110111 101110

Color Harmonies of #B4355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4355C

Black with #B4355C

Text Example


Text Example

White with #B4355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4355C; }

 p { color: rgb(180,53,92); }

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

background-color css

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

 a { background-color: rgb(180,53,92); }

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

border-color css

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

 span { border-color: rgb(180,53,92); }

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