Html Css Color HEX #B1314B Old Rose

📋 copy color: '#B1314B'

red 177 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #B1314B

Tints of Old Rose #B1314B

RGB

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

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

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

R = 58.8%
G = 16.28%
B = 24.92%

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

#B1314B (or 0xB1314B) is known color: Old Rose. HEX triplet: B1, 31 and 4B. RGB value is (177,49,75). Sum of RGB (Red+Green+Blue) = 177+49+75=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1314B is #4ECEB4. Grayscale: #5A5A5A. Windows color (decimal): -5164725 or 4927921. OLE color: 4927921.

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

Color convert

RGB 177 49 75 -
CMYK 0 0.72 0.58 0.31
HSL 347.81º 0.57% 0.44% -
HSV(B) 347.81º 0.72% 0.69% -
XYZ 20.5 12.05 7.9 -
YUV 90.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 177 49 75 0 0.72 0.58 0.31 347.81 0.57 0.44
Hex B1 31 4B 0 48 3A 1F 15C 39 2C
Octal 261 61 113 0 110 72 37 534 71 54
Binary 10110001 110001 1001011 0 1001000 111010 11111 101011100 111001 101100

Color Harmonies of #B1314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1314B

Black with #B1314B

Text Example


Text Example

White with #B1314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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