Html Css Color HEX #B1214A Old Rose

📋 copy color: '#B1214A'

red 177 ◦ green 33 ◦ blue 74

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

Shades of Old Rose #B1214A

Tints of Old Rose #B1214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 62.32%
G = 11.62%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1214A (or 0xB1214A) is known color: Old Rose. HEX triplet: B1, 21 and 4A. RGB value is (177,33,74). Sum of RGB (Red+Green+Blue) = 177+33+74=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1214A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1214A is #4EDEB5. Grayscale: #505050. Windows color (decimal): -5168822 or 4858289. OLE color: 4858289.

HSL color Cylindrical-coordinate representation of color #B1214A: hue angle of 342.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1214A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 74 -
CMYK 0 0.81 0.58 0.31
HSL 342.92º 0.69% 0.41% -
HSV(B) 342.92º 0.81% 0.69% -
XYZ 19.91 10.93 7.54 -
YUV 80.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 177 33 74 0 0.81 0.58 0.31 342.92 0.69 0.41
Hex B1 21 4A 0 51 3A 1F 157 45 29
Octal 261 41 112 0 121 72 37 527 105 51
Binary 10110001 100001 1001010 0 1010001 111010 11111 101010111 1000101 101001

Color Harmonies of #B1214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1214A

Black with #B1214A

Text Example


Text Example

White with #B1214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1214A; }

 p { color: rgb(177,33,74); }

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

background-color css

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

 a { background-color: rgb(177,33,74); }

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

border-color css

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

 span { border-color: rgb(177,33,74); }

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