Html Css Color HEX #B3315D Rouge

📋 copy color: '#B3315D'

red 179 ◦ green 49 ◦ blue 93

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

Shades of Rouge #B3315D

Tints of Rouge #B3315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 55.76%
G = 15.26%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3315D (or 0xB3315D) is known color: Rouge. HEX triplet: B3, 31 and 5D. RGB value is (179,49,93). Sum of RGB (Red+Green+Blue) = 179+49+93=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3315D is #4CCEA2. Grayscale: #5C5C5C. Windows color (decimal): -5033635 or 6107571. OLE color: 6107571.

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

Color convert

RGB 179 49 93 -
CMYK 0 0.73 0.48 0.30
HSL 339.69º 0.57% 0.45% -
HSV(B) 339.69º 0.73% 0.7% -
XYZ 21.66 12.57 11.64 -
YUV 92.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 179 49 93 0 0.73 0.48 0.30 339.69 0.57 0.45
Hex B3 31 5D 0 49 30 1E 154 39 2D
Octal 263 61 135 0 111 60 36 524 71 55
Binary 10110011 110001 1011101 0 1001001 110000 11110 101010100 111001 101101

Color Harmonies of #B3315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3315D

Black with #B3315D

Text Example


Text Example

White with #B3315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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