Html Css Color HEX #B11D4E Old Rose

📋 copy color: '#B11D4E'

red 177 ◦ green 29 ◦ blue 78

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

Shades of Old Rose #B11D4E

Tints of Old Rose #B11D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.46%

R = 62.32%
G = 10.21%
B = 27.46%

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

#B11D4E (or 0xB11D4E) is known color: Old Rose. HEX triplet: B1, 1D and 4E. RGB value is (177,29,78). Sum of RGB (Red+Green+Blue) = 177+29+78=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D4E is #4EE2B1. Grayscale: #4E4E4E. Windows color (decimal): -5169842 or 5119409. OLE color: 5119409.

HSL color Cylindrical-coordinate representation of color #B11D4E: hue angle of 340.14º 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 #B11D4E is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 29 78 -
CMYK 0 0.84 0.56 0.31
HSL 340.14º 0.72% 0.4% -
HSV(B) 340.14º 0.84% 0.69% -
XYZ 19.95 10.78 8.24 -
YUV 78.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 177 29 78 0 0.84 0.56 0.31 340.14 0.72 0.4
Hex B1 1D 4E 0 54 38 1F 154 48 28
Octal 261 35 116 0 124 70 37 524 110 50
Binary 10110001 11101 1001110 0 1010100 111000 11111 101010100 1001000 101000

Color Harmonies of #B11D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D4E

Black with #B11D4E

Text Example


Text Example

White with #B11D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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