Html Css Color HEX #B43149 Old Rose

📋 copy color: '#B43149'

red 180 ◦ green 49 ◦ blue 73

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

Shades of Old Rose #B43149

Tints of Old Rose #B43149

RGB

 RED value IS 180 (70.7% from 255) = 59.6%

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

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 59.6%
G = 16.23%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B43149 (or 0xB43149) is known color: Old Rose. HEX triplet: B4, 31 and 49. RGB value is (180,49,73). Sum of RGB (Red+Green+Blue) = 180+49+73=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B43149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43149 is #4BCEB6. Grayscale: #5A5A5A. Windows color (decimal): -4968119 or 4796852. OLE color: 4796852.

HSL color Cylindrical-coordinate representation of color #B43149: hue angle of 349.01º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43149 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 73 -
CMYK 0 0.73 0.59 0.29
HSL 349.01º 0.57% 0.45% -
HSV(B) 349.01º 0.73% 0.71% -
XYZ 21.12 12.38 7.58 -
YUV 90.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 180 49 73 0 0.73 0.59 0.29 349.01 0.57 0.45
Hex B4 31 49 0 49 3B 1D 15D 39 2D
Octal 264 61 111 0 111 73 35 535 71 55
Binary 10110100 110001 1001001 0 1001001 111011 11101 101011101 111001 101101

Color Harmonies of #B43149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43149

Black with #B43149

Text Example


Text Example

White with #B43149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43149; }

 p { color: rgb(180,49,73); }

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

background-color css

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

 a { background-color: rgb(180,49,73); }

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

border-color css

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

 span { border-color: rgb(180,49,73); }

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