Html Css Color HEX #B71950 Old Rose

📋 copy color: '#B71950'

red 183 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #B71950

Tints of Old Rose #B71950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 63.54%
G = 8.68%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B71950 (or 0xB71950) is known color: Old Rose. HEX triplet: B7, 19 and 50. RGB value is (183,25,80). Sum of RGB (Red+Green+Blue) = 183+25+80=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B71950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71950 is #48E6AF. Grayscale: #4E4E4E. Windows color (decimal): -4777648 or 5249463. OLE color: 5249463.

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

Color convert

RGB 183 25 80 -
CMYK 0 0.86 0.56 0.28
HSL 339.11º 0.76% 0.41% -
HSV(B) 339.11º 0.86% 0.72% -
XYZ 21.32 11.34 8.65 -
YUV 78.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 183 25 80 0 0.86 0.56 0.28 339.11 0.76 0.41
Hex B7 19 50 0 56 38 1C 153 4C 29
Octal 267 31 120 0 126 70 34 523 114 51
Binary 10110111 11001 1010000 0 1010110 111000 11100 101010011 1001100 101001

Color Harmonies of #B71950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71950

Black with #B71950

Text Example


Text Example

White with #B71950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71950; }

 p { color: rgb(183,25,80); }

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

background-color css

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

 a { background-color: rgb(183,25,80); }

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

border-color css

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

 span { border-color: rgb(183,25,80); }

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