Html Css Color HEX #B71E4D Old Rose

📋 copy color: '#B71E4D'

red 183 ◦ green 30 ◦ blue 77

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

Shades of Old Rose #B71E4D

Tints of Old Rose #B71E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 63.1%
G = 10.34%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B71E4D (or 0xB71E4D) is known color: Old Rose. HEX triplet: B7, 1E and 4D. RGB value is (183,30,77). Sum of RGB (Red+Green+Blue) = 183+30+77=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E4D is #48E1B2. Grayscale: #515151. Windows color (decimal): -4776371 or 5054135. OLE color: 5054135.

HSL color Cylindrical-coordinate representation of color #B71E4D: hue angle of 341.57º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E4D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 30 77 -
CMYK 0 0.84 0.58 0.28
HSL 341.57º 0.72% 0.42% -
HSV(B) 341.57º 0.84% 0.72% -
XYZ 21.33 11.53 8.12 -
YUV 81.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 183 30 77 0 0.84 0.58 0.28 341.57 0.72 0.42
Hex B7 1E 4D 0 54 3A 1C 156 48 2A
Octal 267 36 115 0 124 72 34 526 110 52
Binary 10110111 11110 1001101 0 1010100 111010 11100 101010110 1001000 101010

Color Harmonies of #B71E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E4D

Black with #B71E4D

Text Example


Text Example

White with #B71E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E4D; }

 p { color: rgb(183,30,77); }

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

background-color css

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

 a { background-color: rgb(183,30,77); }

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

border-color css

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

 span { border-color: rgb(183,30,77); }

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