Html Css Color HEX #B4315B Rouge

📋 copy color: '#B4315B'

red 180 ◦ green 49 ◦ blue 91

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

Shades of Rouge #B4315B

Tints of Rouge #B4315B

RGB

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

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

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

R = 56.25%
G = 15.31%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4315B (or 0xB4315B) is known color: Rouge. HEX triplet: B4, 31 and 5B. RGB value is (180,49,91). Sum of RGB (Red+Green+Blue) = 180+49+91=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4315B is #4BCEA4. Grayscale: #5C5C5C. Windows color (decimal): -4968101 or 5976500. OLE color: 5976500.

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

Color convert

RGB 180 49 91 -
CMYK 0 0.73 0.49 0.29
HSL 340.76º 0.57% 0.45% -
HSV(B) 340.76º 0.73% 0.71% -
XYZ 21.81 12.66 11.19 -
YUV 92.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 180 49 91 0 0.73 0.49 0.29 340.76 0.57 0.45
Hex B4 31 5B 0 49 31 1D 155 39 2D
Octal 264 61 133 0 111 61 35 525 71 55
Binary 10110100 110001 1011011 0 1001001 110001 11101 101010101 111001 101101

Color Harmonies of #B4315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4315B

Black with #B4315B

Text Example


Text Example

White with #B4315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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