Html Css Color HEX #B43949 Old Rose

📋 copy color: '#B43949'

red 180 ◦ green 57 ◦ blue 73

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

Shades of Old Rose #B43949

Tints of Old Rose #B43949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

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

R = 58.06%
G = 18.39%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B43949 (or 0xB43949) is known color: Old Rose. HEX triplet: B4, 39 and 49. RGB value is (180,57,73). Sum of RGB (Red+Green+Blue) = 180+57+73=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B43949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43949 is #4BC6B6. Grayscale: #5F5F5F. Windows color (decimal): -4966071 or 4798900. OLE color: 4798900.

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

Color convert

RGB 180 57 73 -
CMYK 0 0.68 0.59 0.29
HSL 352.2º 0.52% 0.46% -
HSV(B) 352.2º 0.68% 0.71% -
XYZ 21.49 13.11 7.7 -
YUV 95.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 180 57 73 0 0.68 0.59 0.29 352.2 0.52 0.46
Hex B4 39 49 0 44 3B 1D 160 34 2E
Octal 264 71 111 0 104 73 35 540 64 56
Binary 10110100 111001 1001001 0 1000100 111011 11101 101100000 110100 101110

Color Harmonies of #B43949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43949

Black with #B43949

Text Example


Text Example

White with #B43949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43949; }

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

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

background-color css

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

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

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

border-color css

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

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

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