Html Css Color HEX #B71C58 Old Rose

📋 copy color: '#B71C58'

red 183 ◦ green 28 ◦ blue 88

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

Shades of Old Rose #B71C58

Tints of Old Rose #B71C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 61.2%
G = 9.36%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B71C58 (or 0xB71C58) is known color: Old Rose. HEX triplet: B7, 1C and 58. RGB value is (183,28,88). Sum of RGB (Red+Green+Blue) = 183+28+88=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C58 is #48E3A7. Grayscale: #515151. Windows color (decimal): -4776872 or 5774519. OLE color: 5774519.

HSL color Cylindrical-coordinate representation of color #B71C58: hue angle of 336.77º 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 #B71C58 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 28 88 -
CMYK 0 0.85 0.52 0.28
HSL 336.77º 0.73% 0.41% -
HSV(B) 336.77º 0.85% 0.72% -
XYZ 21.71 11.6 10.33 -
YUV 81.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 183 28 88 0 0.85 0.52 0.28 336.77 0.73 0.41
Hex B7 1C 58 0 55 34 1C 151 49 29
Octal 267 34 130 0 125 64 34 521 111 51
Binary 10110111 11100 1011000 0 1010101 110100 11100 101010001 1001001 101001

Color Harmonies of #B71C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C58

Black with #B71C58

Text Example


Text Example

White with #B71C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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