Html Css Color HEX #B43449 Old Rose

📋 copy color: '#B43449'

red 180 ◦ green 52 ◦ blue 73

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

Shades of Old Rose #B43449

Tints of Old Rose #B43449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

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

R = 59.02%
G = 17.05%
B = 23.93%

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

#B43449 (or 0xB43449) is known color: Old Rose. HEX triplet: B4, 34 and 49. RGB value is (180,52,73). Sum of RGB (Red+Green+Blue) = 180+52+73=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B43449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43449 is #4BCBB6. Grayscale: #5C5C5C. Windows color (decimal): -4967351 or 4797620. OLE color: 4797620.

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

Color convert

RGB 180 52 73 -
CMYK 0 0.71 0.59 0.29
HSL 350.16º 0.55% 0.45% -
HSV(B) 350.16º 0.71% 0.71% -
XYZ 21.25 12.64 7.62 -
YUV 92.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 180 52 73 0 0.71 0.59 0.29 350.16 0.55 0.45
Hex B4 34 49 0 47 3B 1D 15E 37 2D
Octal 264 64 111 0 107 73 35 536 67 55
Binary 10110100 110100 1001001 0 1000111 111011 11101 101011110 110111 101101

Color Harmonies of #B43449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43449

Black with #B43449

Text Example


Text Example

White with #B43449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43449; }

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

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

background-color css

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

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

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

border-color css

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

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

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