Html Css Color HEX #B43849 Old Rose

📋 copy color: '#B43849'

red 180 ◦ green 56 ◦ blue 73

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

Shades of Old Rose #B43849

Tints of Old Rose #B43849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.12%

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

R = 58.25%
G = 18.12%
B = 23.62%

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

#B43849 (or 0xB43849) is known color: Old Rose. HEX triplet: B4, 38 and 49. RGB value is (180,56,73). Sum of RGB (Red+Green+Blue) = 180+56+73=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B43849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43849 is #4BC7B6. Grayscale: #5F5F5F. Windows color (decimal): -4966327 or 4798644. OLE color: 4798644.

HSL color Cylindrical-coordinate representation of color #B43849: hue angle of 351.77º 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 #B43849 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 56 73 -
CMYK 0 0.69 0.59 0.29
HSL 351.77º 0.53% 0.46% -
HSV(B) 351.77º 0.69% 0.71% -
XYZ 21.44 13.01 7.69 -
YUV 95.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 180 56 73 0 0.69 0.59 0.29 351.77 0.53 0.46
Hex B4 38 49 0 45 3B 1D 160 35 2E
Octal 264 70 111 0 105 73 35 540 65 56
Binary 10110100 111000 1001001 0 1000101 111011 11101 101100000 110101 101110

Color Harmonies of #B43849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43849

Black with #B43849

Text Example


Text Example

White with #B43849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43849; }

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

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

background-color css

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

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

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

border-color css

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

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

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