Html Css Color HEX #B03971 Rouge

📋 copy color: '#B03971'

red 176 ◦ green 57 ◦ blue 113

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

Shades of Rouge #B03971

Tints of Rouge #B03971

RGB

 RED value IS 176 (69.14% from 255) = 50.87%

 GREEN value IS 57 (22.66% from 255) = 16.47%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 50.87%
G = 16.47%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B03971 (or 0xB03971) is known color: Rouge. HEX triplet: B0, 39 and 71. RGB value is (176,57,113). Sum of RGB (Red+Green+Blue) = 176+57+113=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B03971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03971 is #4FC68E. Grayscale: #626262. Windows color (decimal): -5228175 or 7420336. OLE color: 7420336.

HSL color Cylindrical-coordinate representation of color #B03971: hue angle of 331.76º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03971 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 113 -
CMYK 0 0.68 0.36 0.31
HSL 331.76º 0.51% 0.46% -
HSV(B) 331.76º 0.68% 0.69% -
XYZ 22.35 13.35 17.02 -
YUV 98.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 176 57 113 0 0.68 0.36 0.31 331.76 0.51 0.46
Hex B0 39 71 0 44 24 1F 14C 33 2E
Octal 260 71 161 0 104 44 37 514 63 56
Binary 10110000 111001 1110001 0 1000100 100100 11111 101001100 110011 101110

Color Harmonies of #B03971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03971

Black with #B03971

Text Example


Text Example

White with #B03971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03971; }

 p { color: rgb(176,57,113); }

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

background-color css

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

 a { background-color: rgb(176,57,113); }

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

border-color css

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

 span { border-color: rgb(176,57,113); }

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