Html Css Color HEX #B31950 Old Rose

📋 copy color: '#B31950'

red 179 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #B31950

Tints of Old Rose #B31950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 63.03%
G = 8.8%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B31950 (or 0xB31950) is known color: Old Rose. HEX triplet: B3, 19 and 50. RGB value is (179,25,80). Sum of RGB (Red+Green+Blue) = 179+25+80=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B31950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31950 is #4CE6AF. Grayscale: #4D4D4D. Windows color (decimal): -5039792 or 5249459. OLE color: 5249459.

HSL color Cylindrical-coordinate representation of color #B31950: hue angle of 338.57º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31950 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 80 -
CMYK 0 0.86 0.55 0.30
HSL 338.57º 0.75% 0.4% -
HSV(B) 338.57º 0.86% 0.7% -
XYZ 20.39 10.86 8.61 -
YUV 77.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 179 25 80 0 0.86 0.55 0.30 338.57 0.75 0.4
Hex B3 19 50 0 56 37 1E 153 4B 28
Octal 263 31 120 0 126 67 36 523 113 50
Binary 10110011 11001 1010000 0 1010110 110111 11110 101010011 1001011 101000

Color Harmonies of #B31950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31950

Black with #B31950

Text Example


Text Example

White with #B31950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31950; }

 p { color: rgb(179,25,80); }

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

background-color css

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

 a { background-color: rgb(179,25,80); }

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

border-color css

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

 span { border-color: rgb(179,25,80); }

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