Html Css Color HEX #B31D4A Old Rose

📋 copy color: '#B31D4A'

red 179 ◦ green 29 ◦ blue 74

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

Shades of Old Rose #B31D4A

Tints of Old Rose #B31D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 63.48%
G = 10.28%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B31D4A (or 0xB31D4A) is known color: Old Rose. HEX triplet: B3, 1D and 4A. RGB value is (179,29,74). Sum of RGB (Red+Green+Blue) = 179+29+74=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D4A is #4CE2B5. Grayscale: #4E4E4E. Windows color (decimal): -5038774 or 4857267. OLE color: 4857267.

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

Color convert

RGB 179 29 74 -
CMYK 0 0.84 0.59 0.30
HSL 342º 0.72% 0.41% -
HSV(B) 342º 0.84% 0.7% -
XYZ 20.27 10.96 7.53 -
YUV 78.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 179 29 74 0 0.84 0.59 0.30 342 0.72 0.41
Hex B3 1D 4A 0 54 3B 1E 156 48 29
Octal 263 35 112 0 124 73 36 526 110 51
Binary 10110011 11101 1001010 0 1010100 111011 11110 101010110 1001000 101001

Color Harmonies of #B31D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D4A

Black with #B31D4A

Text Example


Text Example

White with #B31D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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