Html Css Color HEX #B31D4F Old Rose

📋 copy color: '#B31D4F'

red 179 ◦ green 29 ◦ blue 79

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

Shades of Old Rose #B31D4F

Tints of Old Rose #B31D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.53%

R = 62.37%
G = 10.1%
B = 27.53%

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

#B31D4F (or 0xB31D4F) is known color: Old Rose. HEX triplet: B3, 1D and 4F. RGB value is (179,29,79). Sum of RGB (Red+Green+Blue) = 179+29+79=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D4F is #4CE2B0. Grayscale: #4F4F4F. Windows color (decimal): -5038769 or 5184947. OLE color: 5184947.

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

Color convert

RGB 179 29 79 -
CMYK 0 0.84 0.56 0.30
HSL 340º 0.72% 0.41% -
HSV(B) 340º 0.84% 0.7% -
XYZ 20.44 11.03 8.45 -
YUV 79.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 179 29 79 0 0.84 0.56 0.30 340 0.72 0.41
Hex B3 1D 4F 0 54 38 1E 154 48 29
Octal 263 35 117 0 124 70 36 524 110 51
Binary 10110011 11101 1001111 0 1010100 111000 11110 101010100 1001000 101001

Color Harmonies of #B31D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D4F

Black with #B31D4F

Text Example


Text Example

White with #B31D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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