Html Css Color HEX #B31C49 Old Rose

📋 copy color: '#B31C49'

red 179 ◦ green 28 ◦ blue 73

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

Shades of Old Rose #B31C49

Tints of Old Rose #B31C49

RGB

 RED value IS 179 (70.31% from 255) = 63.93%

 GREEN value IS 28 (11.33% from 255) = 10%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 63.93%
G = 10%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B31C49 (or 0xB31C49) is known color: Old Rose. HEX triplet: B3, 1C and 49. RGB value is (179,28,73). Sum of RGB (Red+Green+Blue) = 179+28+73=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C49 is #4CE3B6. Grayscale: #4E4E4E. Windows color (decimal): -5039031 or 4791475. OLE color: 4791475.

HSL color Cylindrical-coordinate representation of color #B31C49: hue angle of 342.12º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C49 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 28 73 -
CMYK 0 0.84 0.59 0.30
HSL 342.12º 0.73% 0.41% -
HSV(B) 342.12º 0.84% 0.7% -
XYZ 20.21 10.9 7.34 -
YUV 78.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 179 28 73 0 0.84 0.59 0.30 342.12 0.73 0.41
Hex B3 1C 49 0 54 3B 1E 156 49 29
Octal 263 34 111 0 124 73 36 526 111 51
Binary 10110011 11100 1001001 0 1010100 111011 11110 101010110 1001001 101001

Color Harmonies of #B31C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C49

Black with #B31C49

Text Example


Text Example

White with #B31C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C49; }

 p { color: rgb(179,28,73); }

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

background-color css

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

 a { background-color: rgb(179,28,73); }

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

border-color css

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

 span { border-color: rgb(179,28,73); }

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