Html Css Color HEX #B71C56 Old Rose

📋 copy color: '#B71C56'

red 183 ◦ green 28 ◦ blue 86

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

Shades of Old Rose #B71C56

Tints of Old Rose #B71C56

RGB

 RED value IS 183 (71.88% from 255) = 61.62%

 GREEN value IS 28 (11.33% from 255) = 9.43%

 BLUE value IS 86 (33.98% from 255) = 28.96%

R = 61.62%
G = 9.43%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B71C56 (or 0xB71C56) is known color: Old Rose. HEX triplet: B7, 1C and 56. RGB value is (183,28,86). Sum of RGB (Red+Green+Blue) = 183+28+86=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C56 is #48E3A9. Grayscale: #505050. Windows color (decimal): -4776874 or 5643447. OLE color: 5643447.

HSL color Cylindrical-coordinate representation of color #B71C56: hue angle of 337.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C56 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 86 -
CMYK 0 0.85 0.53 0.28
HSL 337.55º 0.73% 0.41% -
HSV(B) 337.55º 0.85% 0.72% -
XYZ 21.62 11.57 9.9 -
YUV 80.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 183 28 86 0 0.85 0.53 0.28 337.55 0.73 0.41
Hex B7 1C 56 0 55 35 1C 152 49 29
Octal 267 34 126 0 125 65 34 522 111 51
Binary 10110111 11100 1010110 0 1010101 110101 11100 101010010 1001001 101001

Color Harmonies of #B71C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C56

Black with #B71C56

Text Example


Text Example

White with #B71C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C56; }

 p { color: rgb(183,28,86); }

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

background-color css

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

 a { background-color: rgb(183,28,86); }

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

border-color css

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

 span { border-color: rgb(183,28,86); }

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