Html Css Color HEX #B8314B Old Rose

📋 copy color: '#B8314B'

red 184 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #B8314B

Tints of Old Rose #B8314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.35%

R = 59.74%
G = 15.91%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8314B (or 0xB8314B) is known color: Old Rose. HEX triplet: B8, 31 and 4B. RGB value is (184,49,75). Sum of RGB (Red+Green+Blue) = 184+49+75=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8314B is #47CEB4. Grayscale: #5C5C5C. Windows color (decimal): -4705973 or 4927928. OLE color: 4927928.

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

Color convert

RGB 184 49 75 -
CMYK 0 0.73 0.59 0.28
HSL 348.44º 0.58% 0.46% -
HSV(B) 348.44º 0.73% 0.72% -
XYZ 22.14 12.89 7.98 -
YUV 92.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 184 49 75 0 0.73 0.59 0.28 348.44 0.58 0.46
Hex B8 31 4B 0 49 3B 1C 15C 3A 2E
Octal 270 61 113 0 111 73 34 534 72 56
Binary 10111000 110001 1001011 0 1001001 111011 11100 101011100 111010 101110

Color Harmonies of #B8314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8314B

Black with #B8314B

Text Example


Text Example

White with #B8314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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