Html Css Color HEX #B31D4C Old Rose

📋 copy color: '#B31D4C'

red 179 ◦ green 29 ◦ blue 76

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

Shades of Old Rose #B31D4C

Tints of Old Rose #B31D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 63.03%
G = 10.21%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B31D4C (or 0xB31D4C) is known color: Old Rose. HEX triplet: B3, 1D and 4C. RGB value is (179,29,76). Sum of RGB (Red+Green+Blue) = 179+29+76=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D4C is #4CE2B3. Grayscale: #4F4F4F. Windows color (decimal): -5038772 or 4988339. OLE color: 4988339.

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

Color convert

RGB 179 29 76 -
CMYK 0 0.84 0.58 0.30
HSL 341.2º 0.72% 0.41% -
HSV(B) 341.2º 0.84% 0.7% -
XYZ 20.33 10.98 7.89 -
YUV 79.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 179 29 76 0 0.84 0.58 0.30 341.2 0.72 0.41
Hex B3 1D 4C 0 54 3A 1E 155 48 29
Octal 263 35 114 0 124 72 36 525 110 51
Binary 10110011 11101 1001100 0 1010100 111010 11110 101010101 1001000 101001

Color Harmonies of #B31D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D4C

Black with #B31D4C

Text Example


Text Example

White with #B31D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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