Html Css Color HEX #B43249 Old Rose

📋 copy color: '#B43249'

red 180 ◦ green 50 ◦ blue 73

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

Shades of Old Rose #B43249

Tints of Old Rose #B43249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 59.41%
G = 16.5%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B43249 (or 0xB43249) is known color: Old Rose. HEX triplet: B4, 32 and 49. RGB value is (180,50,73). Sum of RGB (Red+Green+Blue) = 180+50+73=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B43249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43249 is #4BCDB6. Grayscale: #5B5B5B. Windows color (decimal): -4967863 or 4797108. OLE color: 4797108.

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

Color convert

RGB 180 50 73 -
CMYK 0 0.72 0.59 0.29
HSL 349.38º 0.57% 0.45% -
HSV(B) 349.38º 0.72% 0.71% -
XYZ 21.17 12.47 7.59 -
YUV 91.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 180 50 73 0 0.72 0.59 0.29 349.38 0.57 0.45
Hex B4 32 49 0 48 3B 1D 15D 39 2D
Octal 264 62 111 0 110 73 35 535 71 55
Binary 10110100 110010 1001001 0 1001000 111011 11101 101011101 111001 101101

Color Harmonies of #B43249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43249

Black with #B43249

Text Example


Text Example

White with #B43249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43249; }

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

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

background-color css

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

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

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

border-color css

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

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

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