Html Css Color HEX #B43749 Old Rose

📋 copy color: '#B43749'

red 180 ◦ green 55 ◦ blue 73

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

Shades of Old Rose #B43749

Tints of Old Rose #B43749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

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

R = 58.44%
G = 17.86%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B43749 (or 0xB43749) is known color: Old Rose. HEX triplet: B4, 37 and 49. RGB value is (180,55,73). Sum of RGB (Red+Green+Blue) = 180+55+73=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B43749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43749 is #4BC8B6. Grayscale: #5E5E5E. Windows color (decimal): -4966583 or 4798388. OLE color: 4798388.

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

Color convert

RGB 180 55 73 -
CMYK 0 0.69 0.59 0.29
HSL 351.36º 0.53% 0.46% -
HSV(B) 351.36º 0.69% 0.71% -
XYZ 21.39 12.92 7.67 -
YUV 94.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 180 55 73 0 0.69 0.59 0.29 351.36 0.53 0.46
Hex B4 37 49 0 45 3B 1D 15F 35 2E
Octal 264 67 111 0 105 73 35 537 65 56
Binary 10110100 110111 1001001 0 1000101 111011 11101 101011111 110101 101110

Color Harmonies of #B43749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43749

Black with #B43749

Text Example


Text Example

White with #B43749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43749; }

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

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

background-color css

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

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

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

border-color css

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

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

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