Html Css Color HEX #B1214B Old Rose

📋 copy color: '#B1214B'

red 177 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #B1214B

Tints of Old Rose #B1214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 62.11%
G = 11.58%
B = 26.32%

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

#B1214B (or 0xB1214B) is known color: Old Rose. HEX triplet: B1, 21 and 4B. RGB value is (177,33,75). Sum of RGB (Red+Green+Blue) = 177+33+75=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1214B is #4EDEB4. Grayscale: #505050. Windows color (decimal): -5168821 or 4923825. OLE color: 4923825.

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

Color convert

RGB 177 33 75 -
CMYK 0 0.81 0.58 0.31
HSL 342.5º 0.69% 0.41% -
HSV(B) 342.5º 0.81% 0.69% -
XYZ 19.95 10.94 7.72 -
YUV 80.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 177 33 75 0 0.81 0.58 0.31 342.5 0.69 0.41
Hex B1 21 4B 0 51 3A 1F 156 45 29
Octal 261 41 113 0 121 72 37 526 105 51
Binary 10110001 100001 1001011 0 1010001 111010 11111 101010110 1000101 101001

Color Harmonies of #B1214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1214B

Black with #B1214B

Text Example


Text Example

White with #B1214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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