Html Css Color HEX #B43744 Old Rose

📋 copy color: '#B43744'

red 180 ◦ green 55 ◦ blue 68

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

Shades of Old Rose #B43744

Tints of Old Rose #B43744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 59.41%
G = 18.15%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B43744 (or 0xB43744) is known color: Old Rose. HEX triplet: B4, 37 and 44. RGB value is (180,55,68). Sum of RGB (Red+Green+Blue) = 180+55+68=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B43744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43744 is #4BC8BB. Grayscale: #5D5D5D. Windows color (decimal): -4966588 or 4470708. OLE color: 4470708.

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

Color convert

RGB 180 55 68 -
CMYK 0 0.69 0.62 0.29
HSL 353.76º 0.53% 0.46% -
HSV(B) 353.76º 0.69% 0.71% -
XYZ 21.23 12.85 6.83 -
YUV 93.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 180 55 68 0 0.69 0.62 0.29 353.76 0.53 0.46
Hex B4 37 44 0 45 3E 1D 162 35 2E
Octal 264 67 104 0 105 76 35 542 65 56
Binary 10110100 110111 1000100 0 1000101 111110 11101 101100010 110101 101110

Color Harmonies of #B43744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43744

Black with #B43744

Text Example


Text Example

White with #B43744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43744; }

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

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

background-color css

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

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

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

border-color css

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

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

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