Html Css Color HEX #B3315B Rouge

📋 copy color: '#B3315B'

red 179 ◦ green 49 ◦ blue 91

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

Shades of Rouge #B3315B

Tints of Rouge #B3315B

RGB

 RED value IS 179 (70.31% from 255) = 56.11%

 GREEN value IS 49 (19.53% from 255) = 15.36%

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

R = 56.11%
G = 15.36%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3315B (or 0xB3315B) is known color: Rouge. HEX triplet: B3, 31 and 5B. RGB value is (179,49,91). Sum of RGB (Red+Green+Blue) = 179+49+91=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3315B is #4CCEA4. Grayscale: #5C5C5C. Windows color (decimal): -5033637 or 5976499. OLE color: 5976499.

HSL color Cylindrical-coordinate representation of color #B3315B: hue angle of 340.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3315B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 91 -
CMYK 0 0.73 0.49 0.30
HSL 340.62º 0.57% 0.45% -
HSV(B) 340.62º 0.73% 0.7% -
XYZ 21.58 12.54 11.18 -
YUV 92.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 179 49 91 0 0.73 0.49 0.30 340.62 0.57 0.45
Hex B3 31 5B 0 49 31 1E 155 39 2D
Octal 263 61 133 0 111 61 36 525 71 55
Binary 10110011 110001 1011011 0 1001001 110001 11110 101010101 111001 101101

Color Harmonies of #B3315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3315B

Black with #B3315B

Text Example


Text Example

White with #B3315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3315B; }

 p { color: rgb(179,49,91); }

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

background-color css

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

 a { background-color: rgb(179,49,91); }

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

border-color css

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

 span { border-color: rgb(179,49,91); }

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