Html Css Color HEX #B11B4D Old Rose

📋 copy color: '#B11B4D'

red 177 ◦ green 27 ◦ blue 77

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

Shades of Old Rose #B11B4D

Tints of Old Rose #B11B4D

RGB

 RED value IS 177 (69.53% from 255) = 62.99%

 GREEN value IS 27 (10.94% from 255) = 9.61%

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

R = 62.99%
G = 9.61%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B11B4D (or 0xB11B4D) is known color: Old Rose. HEX triplet: B1, 1B and 4D. RGB value is (177,27,77). Sum of RGB (Red+Green+Blue) = 177+27+77=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11B4D is #4EE4B2. Grayscale: #4D4D4D. Windows color (decimal): -5170355 or 5053361. OLE color: 5053361.

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

Color convert

RGB 177 27 77 -
CMYK 0 0.85 0.56 0.31
HSL 340º 0.74% 0.4% -
HSV(B) 340º 0.85% 0.69% -
XYZ 19.86 10.67 8.03 -
YUV 77.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 177 27 77 0 0.85 0.56 0.31 340 0.74 0.4
Hex B1 1B 4D 0 55 38 1F 154 4A 28
Octal 261 33 115 0 125 70 37 524 112 50
Binary 10110001 11011 1001101 0 1010101 111000 11111 101010100 1001010 101000

Color Harmonies of #B11B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11B4D

Black with #B11B4D

Text Example


Text Example

White with #B11B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11B4D; }

 p { color: rgb(177,27,77); }

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

background-color css

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

 a { background-color: rgb(177,27,77); }

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

border-color css

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

 span { border-color: rgb(177,27,77); }

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