Html Css Color HEX #B0344A Old Rose

📋 copy color: '#B0344A'

red 176 ◦ green 52 ◦ blue 74

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

Shades of Old Rose #B0344A

Tints of Old Rose #B0344A

RGB

 RED value IS 176 (69.14% from 255) = 58.28%

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 58.28%
G = 17.22%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0344A (or 0xB0344A) is known color: Old Rose. HEX triplet: B0, 34 and 4A. RGB value is (176,52,74). Sum of RGB (Red+Green+Blue) = 176+52+74=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0344A is #4FCBB5. Grayscale: #5B5B5B. Windows color (decimal): -5229494 or 4863152. OLE color: 4863152.

HSL color Cylindrical-coordinate representation of color #B0344A: hue angle of 349.35º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0344A is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 74 -
CMYK 0 0.70 0.58 0.31
HSL 349.35º 0.54% 0.45% -
HSV(B) 349.35º 0.7% 0.69% -
XYZ 20.37 12.18 7.76 -
YUV 91.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 176 52 74 0 0.70 0.58 0.31 349.35 0.54 0.45
Hex B0 34 4A 0 46 3A 1F 15D 36 2D
Octal 260 64 112 0 106 72 37 535 66 55
Binary 10110000 110100 1001010 0 1000110 111010 11111 101011101 110110 101101

Color Harmonies of #B0344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0344A

Black with #B0344A

Text Example


Text Example

White with #B0344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0344A; }

 p { color: rgb(176,52,74); }

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

background-color css

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

 a { background-color: rgb(176,52,74); }

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

border-color css

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

 span { border-color: rgb(176,52,74); }

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