Html Css Color HEX #B8314A Old Rose

📋 copy color: '#B8314A'

red 184 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #B8314A

Tints of Old Rose #B8314A

RGB

 RED value IS 184 (72.27% from 255) = 59.93%

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 59.93%
G = 15.96%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8314A (or 0xB8314A) is known color: Old Rose. HEX triplet: B8, 31 and 4A. RGB value is (184,49,74). Sum of RGB (Red+Green+Blue) = 184+49+74=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B8314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8314A is #47CEB5. Grayscale: #5C5C5C. Windows color (decimal): -4705974 or 4862392. OLE color: 4862392.

HSL color Cylindrical-coordinate representation of color #B8314A: hue angle of 348.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8314A is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 74 -
CMYK 0 0.73 0.60 0.28
HSL 348.89º 0.58% 0.46% -
HSV(B) 348.89º 0.73% 0.72% -
XYZ 22.1 12.88 7.8 -
YUV 92.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 184 49 74 0 0.73 0.60 0.28 348.89 0.58 0.46
Hex B8 31 4A 0 49 3C 1C 15D 3A 2E
Octal 270 61 112 0 111 74 34 535 72 56
Binary 10111000 110001 1001010 0 1001001 111100 11100 101011101 111010 101110

Color Harmonies of #B8314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8314A

Black with #B8314A

Text Example


Text Example

White with #B8314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8314A; }

 p { color: rgb(184,49,74); }

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

background-color css

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

 a { background-color: rgb(184,49,74); }

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

border-color css

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

 span { border-color: rgb(184,49,74); }

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