Html Css Color HEX #B11D4D Old Rose

📋 copy color: '#B11D4D'

red 177 ◦ green 29 ◦ blue 77

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

Shades of Old Rose #B11D4D

Tints of Old Rose #B11D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 62.54%
G = 10.25%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B11D4D (or 0xB11D4D) is known color: Old Rose. HEX triplet: B1, 1D and 4D. RGB value is (177,29,77). Sum of RGB (Red+Green+Blue) = 177+29+77=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D4D is #4EE2B2. Grayscale: #4E4E4E. Windows color (decimal): -5169843 or 5053873. OLE color: 5053873.

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

Color convert

RGB 177 29 77 -
CMYK 0 0.84 0.56 0.31
HSL 340.54º 0.72% 0.4% -
HSV(B) 340.54º 0.84% 0.69% -
XYZ 19.91 10.76 8.05 -
YUV 78.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 177 29 77 0 0.84 0.56 0.31 340.54 0.72 0.4
Hex B1 1D 4D 0 54 38 1F 155 48 28
Octal 261 35 115 0 124 70 37 525 110 50
Binary 10110001 11101 1001101 0 1010100 111000 11111 101010101 1001000 101000

Color Harmonies of #B11D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D4D

Black with #B11D4D

Text Example


Text Example

White with #B11D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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