Html Css Color HEX #B31D4E Old Rose

📋 copy color: '#B31D4E'

red 179 ◦ green 29 ◦ blue 78

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

Shades of Old Rose #B31D4E

Tints of Old Rose #B31D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.14%

 BLUE value IS 78 (30.86% from 255) = 27.27%

R = 62.59%
G = 10.14%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B31D4E (or 0xB31D4E) is known color: Old Rose. HEX triplet: B3, 1D and 4E. RGB value is (179,29,78). Sum of RGB (Red+Green+Blue) = 179+29+78=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D4E is #4CE2B1. Grayscale: #4F4F4F. Windows color (decimal): -5038770 or 5119411. OLE color: 5119411.

HSL color Cylindrical-coordinate representation of color #B31D4E: hue angle of 340.4º degrees, saturation: 0.72, 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 #B31D4E is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 29 78 -
CMYK 0 0.84 0.56 0.30
HSL 340.4º 0.72% 0.41% -
HSV(B) 340.4º 0.84% 0.7% -
XYZ 20.4 11.01 8.26 -
YUV 79.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 179 29 78 0 0.84 0.56 0.30 340.4 0.72 0.41
Hex B3 1D 4E 0 54 38 1E 154 48 29
Octal 263 35 116 0 124 70 36 524 110 51
Binary 10110011 11101 1001110 0 1010100 111000 11110 101010100 1001000 101001

Color Harmonies of #B31D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D4E

Black with #B31D4E

Text Example


Text Example

White with #B31D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D4E; }

 p { color: rgb(179,29,78); }

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

background-color css

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

 a { background-color: rgb(179,29,78); }

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

border-color css

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

 span { border-color: rgb(179,29,78); }

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