Html Css Color HEX #B43549 Old Rose

📋 copy color: '#B43549'

red 180 ◦ green 53 ◦ blue 73

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

Shades of Old Rose #B43549

Tints of Old Rose #B43549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 58.82%
G = 17.32%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B43549 (or 0xB43549) is known color: Old Rose. HEX triplet: B4, 35 and 49. RGB value is (180,53,73). Sum of RGB (Red+Green+Blue) = 180+53+73=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B43549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43549 is #4BCAB6. Grayscale: #5D5D5D. Windows color (decimal): -4967095 or 4797876. OLE color: 4797876.

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

Color convert

RGB 180 53 73 -
CMYK 0 0.71 0.59 0.29
HSL 350.55º 0.55% 0.46% -
HSV(B) 350.55º 0.71% 0.71% -
XYZ 21.3 12.73 7.64 -
YUV 93.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 180 53 73 0 0.71 0.59 0.29 350.55 0.55 0.46
Hex B4 35 49 0 47 3B 1D 15F 37 2E
Octal 264 65 111 0 107 73 35 537 67 56
Binary 10110100 110101 1001001 0 1000111 111011 11101 101011111 110111 101110

Color Harmonies of #B43549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43549

Black with #B43549

Text Example


Text Example

White with #B43549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43549; }

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

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

background-color css

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

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

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

border-color css

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

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

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