Html Css Color HEX #B31A4D Old Rose

📋 copy color: '#B31A4D'

red 179 ◦ green 26 ◦ blue 77

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

Shades of Old Rose #B31A4D

Tints of Old Rose #B31A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 63.48%
G = 9.22%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B31A4D (or 0xB31A4D) is known color: Old Rose. HEX triplet: B3, 1A and 4D. RGB value is (179,26,77). Sum of RGB (Red+Green+Blue) = 179+26+77=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A4D is #4CE5B2. Grayscale: #4D4D4D. Windows color (decimal): -5039539 or 5053107. OLE color: 5053107.

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

Color convert

RGB 179 26 77 -
CMYK 0 0.85 0.57 0.30
HSL 340º 0.75% 0.4% -
HSV(B) 340º 0.85% 0.7% -
XYZ 20.3 10.86 8.05 -
YUV 77.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 179 26 77 0 0.85 0.57 0.30 340 0.75 0.4
Hex B3 1A 4D 0 55 39 1E 154 4B 28
Octal 263 32 115 0 125 71 36 524 113 50
Binary 10110011 11010 1001101 0 1010101 111001 11110 101010100 1001011 101000

Color Harmonies of #B31A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A4D

Black with #B31A4D

Text Example


Text Example

White with #B31A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A4D; }

 p { color: rgb(179,26,77); }

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

background-color css

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

 a { background-color: rgb(179,26,77); }

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

border-color css

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

 span { border-color: rgb(179,26,77); }

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