Html Css Color HEX #B4316D Rouge

📋 copy color: '#B4316D'

red 180 ◦ green 49 ◦ blue 109

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

Shades of Rouge #B4316D

Tints of Rouge #B4316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 53.25%
G = 14.5%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4316D (or 0xB4316D) is known color: Rouge. HEX triplet: B4, 31 and 6D. RGB value is (180,49,109). Sum of RGB (Red+Green+Blue) = 180+49+109=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4316D is #4BCE92. Grayscale: #5E5E5E. Windows color (decimal): -4968083 or 7156148. OLE color: 7156148.

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

Color convert

RGB 180 49 109 -
CMYK 0 0.73 0.39 0.29
HSL 332.52º 0.57% 0.45% -
HSV(B) 332.52º 0.73% 0.71% -
XYZ 22.68 13 15.78 -
YUV 95.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 180 49 109 0 0.73 0.39 0.29 332.52 0.57 0.45
Hex B4 31 6D 0 49 27 1D 14D 39 2D
Octal 264 61 155 0 111 47 35 515 71 55
Binary 10110100 110001 1101101 0 1001001 100111 11101 101001101 111001 101101

Color Harmonies of #B4316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4316D

Black with #B4316D

Text Example


Text Example

White with #B4316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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