Html Css Color HEX #B03271 Rouge

📋 copy color: '#B03271'

red 176 ◦ green 50 ◦ blue 113

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

Shades of Rouge #B03271

Tints of Rouge #B03271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 51.92%
G = 14.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B03271 (or 0xB03271) is known color: Rouge. HEX triplet: B0, 32 and 71. RGB value is (176,50,113). Sum of RGB (Red+Green+Blue) = 176+50+113=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B03271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03271 is #4FCD8E. Grayscale: #5E5E5E. Windows color (decimal): -5229967 or 7418544. OLE color: 7418544.

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

Color convert

RGB 176 50 113 -
CMYK 0 0.72 0.36 0.31
HSL 330º 0.56% 0.44% -
HSV(B) 330º 0.72% 0.69% -
XYZ 22.03 12.7 16.91 -
YUV 94.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 176 50 113 0 0.72 0.36 0.31 330 0.56 0.44
Hex B0 32 71 0 48 24 1F 14A 38 2C
Octal 260 62 161 0 110 44 37 512 70 54
Binary 10110000 110010 1110001 0 1001000 100100 11111 101001010 111000 101100

Color Harmonies of #B03271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03271

Black with #B03271

Text Example


Text Example

White with #B03271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03271; }

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

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

background-color css

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

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

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

border-color css

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

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

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