Html Css Color HEX #B3315F Rouge

📋 copy color: '#B3315F'

red 179 ◦ green 49 ◦ blue 95

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

Shades of Rouge #B3315F

Tints of Rouge #B3315F

RGB

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

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

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

R = 55.42%
G = 15.17%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3315F (or 0xB3315F) is known color: Rouge. HEX triplet: B3, 31 and 5F. RGB value is (179,49,95). Sum of RGB (Red+Green+Blue) = 179+49+95=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3315F is #4CCEA0. Grayscale: #5D5D5D. Windows color (decimal): -5033633 or 6238643. OLE color: 6238643.

HSL color Cylindrical-coordinate representation of color #B3315F: hue angle of 338.77º 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 #B3315F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 95 -
CMYK 0 0.73 0.47 0.30
HSL 338.77º 0.57% 0.45% -
HSV(B) 338.77º 0.73% 0.7% -
XYZ 21.75 12.61 12.11 -
YUV 93.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 179 49 95 0 0.73 0.47 0.30 338.77 0.57 0.45
Hex B3 31 5F 0 49 2F 1E 153 39 2D
Octal 263 61 137 0 111 57 36 523 71 55
Binary 10110011 110001 1011111 0 1001001 101111 11110 101010011 111001 101101

Color Harmonies of #B3315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3315F

Black with #B3315F

Text Example


Text Example

White with #B3315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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