Html Css Color HEX #B1314A Old Rose

📋 copy color: '#B1314A'

red 177 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #B1314A

Tints of Old Rose #B1314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

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

R = 59%
G = 16.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1314A (or 0xB1314A) is known color: Old Rose. HEX triplet: B1, 31 and 4A. RGB value is (177,49,74). Sum of RGB (Red+Green+Blue) = 177+49+74=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1314A is #4ECEB5. Grayscale: #5A5A5A. Windows color (decimal): -5164726 or 4862385. OLE color: 4862385.

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

Color convert

RGB 177 49 74 -
CMYK 0 0.72 0.58 0.31
HSL 348.28º 0.57% 0.44% -
HSV(B) 348.28º 0.72% 0.69% -
XYZ 20.47 12.04 7.72 -
YUV 90.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 177 49 74 0 0.72 0.58 0.31 348.28 0.57 0.44
Hex B1 31 4A 0 48 3A 1F 15C 39 2C
Octal 261 61 112 0 110 72 37 534 71 54
Binary 10110001 110001 1001010 0 1001000 111010 11111 101011100 111001 101100

Color Harmonies of #B1314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1314A

Black with #B1314A

Text Example


Text Example

White with #B1314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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